瀏覽代碼

Merge pull request #10925 from SleepyYui/fix-10905

fix: Fix OpenAI connection not actually deleting
Timothy Jaeryang Baek 2 月之前
父節點
當前提交
2ac0eae99e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib/components/admin/Settings/Connections.svelte

+ 1 - 0
src/lib/components/admin/Settings/Connections.svelte

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