mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
restore uv.lock to upstream dev
This commit is contained in:
parent
90f4ce61b5
commit
088e8afced
2 changed files with 2864 additions and 2805 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue