mirror of
https://github.com/open-webui/open-webui
synced 2025-04-28 18:21:48 +00:00
Merge pull request #10925 from SleepyYui/fix-10905
fix: Fix OpenAI connection not actually deleting
This commit is contained in:
commit
2ac0eae99e
@ -274,6 +274,7 @@
|
||||
newConfig[newIdx] = OPENAI_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
|
||||
});
|
||||
OPENAI_API_CONFIGS = newConfig;
|
||||
updateOpenAIHandler();
|
||||
}}
|
||||
/>
|
||||
{/each}
|
||||
|
Loading…
Reference in New Issue
Block a user