"...resnet50_tensorflow.git" did not exist on "8a22165bd95268689f797917a076c6e549f7472a"
Commit 92700302 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: edit

parent cb8c45d8
...@@ -70,9 +70,9 @@ ...@@ -70,9 +70,9 @@
const res = await updateModelById(localStorage.token, info.id, info); const res = await updateModelById(localStorage.token, info.id, info);
if (res) { if (res) {
await models.set(await getModels(localStorage.token));
toast.success('Model updated successfully'); toast.success('Model updated successfully');
await goto('/workspace/models'); await goto('/workspace/models');
await models.set(await getModels(localStorage.token));
} }
loading = false; loading = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment