mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: edit
This commit is contained in:
parent
cb8c45d864
commit
92700302b9
1 changed files with 1 additions and 1 deletions
|
|
@ -70,9 +70,9 @@
|
|||
const res = await updateModelById(localStorage.token, info.id, info);
|
||||
|
||||
if (res) {
|
||||
await models.set(await getModels(localStorage.token));
|
||||
toast.success('Model updated successfully');
|
||||
await goto('/workspace/models');
|
||||
await models.set(await getModels(localStorage.token));
|
||||
}
|
||||
|
||||
loading = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue