mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-07 08:27:05 +00:00
fix(ui): persist ollama connection deletions immediately (#27483)
This commit is contained in:
parent
a0ee66c145
commit
878cebac07
1 changed files with 1 additions and 0 deletions
|
|
@ -329,6 +329,7 @@
|
|||
newConfig[newIdx] = OLLAMA_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
|
||||
});
|
||||
OLLAMA_API_CONFIGS = newConfig;
|
||||
updateOllamaHandler();
|
||||
}}
|
||||
/>
|
||||
{/each}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue