Browse Source

Merge pull request #10925 from SleepyYui/fix-10905

fix: Fix OpenAI connection not actually deleting
Timothy Jaeryang Baek 2 tháng trước cách đây
mục cha
commit
2ac0eae99e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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}