fix: save location picker indicator

This commit is contained in:
Liyas Thomas
2021-05-15 05:45:05 +00:00
committed by GitHub
parent 1b9b2ac4c9
commit 8e3ecb4c25
9 changed files with 27 additions and 33 deletions

View File

@@ -1814,12 +1814,6 @@ export default {
setTimeout(() => (target.innerHTML = '<i class="material-icons">clear_all</i>'), 1000)
},
saveRequest() {
if (!this.checkCollections()) {
this.$toast.error(this.$t("create_collection"), {
icon: "error",
})
return
}
let urlAndPath = parseUrlAndPath(this.uri)
this.editRequest = {
url: decodeURI(urlAndPath.url),