fix: redirect back to locations list after deleting location (#240)

This commit is contained in:
Filipe Dobreira
2024-09-23 13:12:59 +01:00
committed by GitHub
parent 791d390187
commit 897f3842e0

View File

@@ -47,7 +47,7 @@
}
toast.success("Location deleted");
navigateTo("/home");
navigateTo("/locations");
}
const updateModal = ref(false);