Fix Bug Preventing Deleting Multiple Apps in a Row (#14196)
This commit is contained in:
parent
8098b48dbd
commit
3b0e2ba0e5
|
@ -38,6 +38,7 @@
|
||||||
await API.deleteApp(appId)
|
await API.deleteApp(appId)
|
||||||
appsStore.load()
|
appsStore.load()
|
||||||
notifications.success("App deleted successfully")
|
notifications.success("App deleted successfully")
|
||||||
|
deleting = false
|
||||||
onDeleteSuccess()
|
onDeleteSuccess()
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
notifications.error("Error deleting app")
|
notifications.error("Error deleting app")
|
||||||
|
|
Loading…
Reference in New Issue