fixes small bug where user was not redirected to automation index page once last automation was deleted
This commit is contained in:
parent
859653c62b
commit
c0c41c5bc3
|
@ -1,4 +1,5 @@
|
|||
<script>
|
||||
import { goto } from "@sveltech/routify"
|
||||
import { automationStore, backendUiStore } from "builderStore"
|
||||
import { notifier } from "builderStore/store/notifications"
|
||||
import { DropdownMenu } from "@budibase/bbui"
|
||||
|
@ -23,6 +24,7 @@
|
|||
automation,
|
||||
})
|
||||
notifier.success("Automation deleted.")
|
||||
$goto('../automate')
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue