refac: tools edit

This commit is contained in:
Timothy J. Baek 2024-06-11 16:54:21 -07:00
parent bc458d3ee0
commit ede584320f

View File

@ -26,7 +26,7 @@
toast.success('Tool updated successfully');
tools.set(await getTools(localStorage.token));
await goto('/workspace/tools');
// await goto('/workspace/tools');
}
};