1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

Fix Bug Preventing Deleting Multiple Apps in a Row (#14196)

This commit is contained in:
Gerard Burns 2024-07-18 14:40:00 +01:00 committed by GitHub
parent 8098b48dbd
commit 3b0e2ba0e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")