feat: redirect to item on create (#121)

* redirect on create

* change to text area
This commit is contained in:
Hayden
2022-10-31 19:07:01 -08:00
committed by GitHub
parent 4a9d21d604
commit c722495fdd
3 changed files with 7 additions and 3 deletions

View File

@@ -64,5 +64,6 @@
toast.success("Location created");
}
reset();
navigateTo(`/location/${data.id}`);
}
</script>