mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-06 22:12:12 +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
5667
surfsense_backend/uv.lock
generated
5667
surfsense_backend/uv.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -200,7 +200,7 @@ export function ModelConfigManager({ searchSpaceId }: ModelConfigManagerProps) {
|
||||||
const handleConfirmDelete = async () => {
|
const handleConfirmDelete = async () => {
|
||||||
if (!configToDelete) return;
|
if (!configToDelete) return;
|
||||||
try {
|
try {
|
||||||
await deleteLLMConfig({id : configToDelete.id});
|
await deleteLLMConfig({ id: configToDelete.id });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
toast.error("Failed to delete configuration");
|
toast.error("Failed to delete configuration");
|
||||||
} finally {
|
} finally {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue