mirror of
https://github.com/open-webui/open-webui
synced 2025-04-30 03:02:06 +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];
|
newConfig[newIdx] = OPENAI_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
|
||||||
});
|
});
|
||||||
OPENAI_API_CONFIGS = newConfig;
|
OPENAI_API_CONFIGS = newConfig;
|
||||||
|
updateOpenAIHandler();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/each}
|
{/each}
|
||||||
|
Loading…
Reference in New Issue
Block a user