Browse Source

refac: tools edit

Timothy J. Baek 11 tháng trước cách đây
mục cha
commit
ede584320f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/routes/(app)/workspace/tools/edit/+page.svelte

+ 1 - 1
src/routes/(app)/workspace/tools/edit/+page.svelte

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