mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
refac
This commit is contained in:
parent
a37cad2ecf
commit
e40212a662
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@
|
||||||
bind:state={model.is_active}
|
bind:state={model.is_active}
|
||||||
on:change={async () => {
|
on:change={async () => {
|
||||||
toggleModelHandler(model);
|
toggleModelHandler(model);
|
||||||
|
await _models.set(await getModels(localStorage.token));
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue