restore uv.lock to upstream dev

This commit is contained in:
CREDO23 2025-12-14 20:38:30 +02:00
parent 90f4ce61b5
commit 088e8afced
2 changed files with 2864 additions and 2805 deletions

View file

@ -200,7 +200,7 @@ export function ModelConfigManager({ searchSpaceId }: ModelConfigManagerProps) {
const handleConfirmDelete = async () => {
if (!configToDelete) return;
try {
await deleteLLMConfig({id : configToDelete.id});
await deleteLLMConfig({ id: configToDelete.id });
} catch (error) {
toast.error("Failed to delete configuration");
} finally {