Skip to content

Commit 2ac0eae

Browse files
authored
Merge pull request open-webui#10925 from SleepyYui/fix-10905
fix: Fix OpenAI connection not actually deleting
2 parents 1dd442f + 94c19f7 commit 2ac0eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/admin/Settings/Connections.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
newConfig[newIdx] = OPENAI_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
275275
});
276276
OPENAI_API_CONFIGS = newConfig;
277+
updateOpenAIHandler();
277278
}}
278279
/>
279280
{/each}

0 commit comments

Comments
 (0)