chore: rename exported files (#1127)
* chore: rename to hoppscotch-collection.json * chore: rename to hoppscotch-environment.json
This commit is contained in:
parent
53684d6fbb
commit
8223011c3d
2 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ export default {
|
|||
type: "text/json",
|
||||
})
|
||||
let anchor = document.createElement("a")
|
||||
anchor.download = "postwoman-collection.json"
|
||||
anchor.download = "hoppscotch-collection.json"
|
||||
anchor.href = window.URL.createObjectURL(blob)
|
||||
anchor.target = "_blank"
|
||||
anchor.style.display = "none"
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ export default {
|
|||
type: "text/json",
|
||||
})
|
||||
let anchor = document.createElement("a")
|
||||
anchor.download = "postwoman-environment.json"
|
||||
anchor.download = "hoppscotch-environment.json"
|
||||
anchor.href = window.URL.createObjectURL(blob)
|
||||
anchor.target = "_blank"
|
||||
anchor.style.display = "none"
|
||||
|
|
|
|||
Loading…
Reference in a new issue