fix: model create

This commit is contained in:
Timothy J. Baek 2024-06-01 21:12:51 -07:00
parent f1855f5208
commit 32a8884c0c

View File

@ -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));
}
}