chore: rename exported files (#1127)
* chore: rename to hoppscotch-collection.json * chore: rename to hoppscotch-environment.json
This commit is contained in:
@@ -157,7 +157,7 @@ export default {
|
|||||||
type: "text/json",
|
type: "text/json",
|
||||||
})
|
})
|
||||||
let anchor = document.createElement("a")
|
let anchor = document.createElement("a")
|
||||||
anchor.download = "postwoman-collection.json"
|
anchor.download = "hoppscotch-collection.json"
|
||||||
anchor.href = window.URL.createObjectURL(blob)
|
anchor.href = window.URL.createObjectURL(blob)
|
||||||
anchor.target = "_blank"
|
anchor.target = "_blank"
|
||||||
anchor.style.display = "none"
|
anchor.style.display = "none"
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ export default {
|
|||||||
type: "text/json",
|
type: "text/json",
|
||||||
})
|
})
|
||||||
let anchor = document.createElement("a")
|
let anchor = document.createElement("a")
|
||||||
anchor.download = "postwoman-environment.json"
|
anchor.download = "hoppscotch-environment.json"
|
||||||
anchor.href = window.URL.createObjectURL(blob)
|
anchor.href = window.URL.createObjectURL(blob)
|
||||||
anchor.target = "_blank"
|
anchor.target = "_blank"
|
||||||
anchor.style.display = "none"
|
anchor.style.display = "none"
|
||||||
|
|||||||
Reference in New Issue
Block a user