share delete fix

This commit is contained in:
Peter Papp
2021-07-22 12:39:32 +02:00
parent b0e8bfa3ce
commit 69eb8dacce
4 changed files with 8 additions and 8 deletions

View File

@@ -240,7 +240,7 @@
// Send delete request
await this.$store.dispatch('shareCancel' , this.pickedItem)
.then((response) => {
.then(() => {
// End deleting spinner button
setTimeout(() => this.isDeleting = false, 150)