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)
|
||||
appsStore.load()
|
||||
notifications.success("App deleted successfully")
|
||||
deleting = false
|
||||
onDeleteSuccess()
|
||||
} catch (err) {
|
||||
notifications.error("Error deleting app")
|
||||
|
|
Loading…
Reference in New Issue