Commit 32a8884c authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: model create

parent f1855f52
......@@ -108,9 +108,9 @@
});
if (res) {
await models.set(await getModels(localStorage.token));
toast.success('Model created successfully!');
await goto('/workspace/models');
await models.set(await getModels(localStorage.token));
}
}
......
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