Merge pull request #10925 from SleepyYui/fix-10905

fix: Fix OpenAI connection not actually deleting
This commit is contained in:
Timothy Jaeryang Baek 2025-02-27 11:44:20 -08:00 committed by GitHub
commit 2ac0eae99e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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