mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-04 03:54:53 +01:00
fix: redirect back to locations list after deleting location (#240)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
toast.success("Location deleted");
|
||||
navigateTo("/home");
|
||||
navigateTo("/locations");
|
||||
}
|
||||
|
||||
const updateModal = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user