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