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

View File

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