Fix navigation after adding a set

This commit is contained in:
Brandon Presley 2023-08-22 10:00:13 +12:00
parent d2cad451fe
commit dd609a20e5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export default function EditSet() {
) { ) {
toast("Great work King! That's a new record."); toast("Great work King! That's a new record.");
} }
navigate("Sets", { added: value.id }); navigate("Sets", { reset: value.id });
}; };
const handleSubmit = async () => { const handleSubmit = async () => {