fix(ui): persist ollama connection deletions immediately (#27483)

This commit is contained in:
G30 2026-07-26 17:38:49 -04:00 committed by GitHub
parent a0ee66c145
commit 878cebac07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -329,6 +329,7 @@
newConfig[newIdx] = OLLAMA_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
});
OLLAMA_API_CONFIGS = newConfig;
updateOllamaHandler();
}}
/>
{/each}