mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-24 14:34:51 -06:00
fix(ui): persist ollama connection deletions immediately (#27483)
This commit is contained in:
@@ -329,6 +329,7 @@
|
||||
newConfig[newIdx] = OLLAMA_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
|
||||
});
|
||||
OLLAMA_API_CONFIGS = newConfig;
|
||||
updateOllamaHandler();
|
||||
}}
|
||||
/>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user