fix: delete request from collection modal not closing

This commit is contained in:
Liyas Thomas
2021-01-18 22:08:48 +05:30
parent 56151982a7
commit 6b0da0a568

View File

@@ -111,6 +111,7 @@ export default {
this.$toast.error(this.$t("deleted"), {
icon: "delete",
})
this.confirmRemove = false
this.syncCollections()
},
getRequestLabelColor(method) {