fix: lint errors

This commit is contained in:
diced
2025-07-01 17:30:49 -07:00
parent 651f32e7ba
commit 5f96c762e0
2 changed files with 0 additions and 3 deletions

View File

@@ -115,7 +115,6 @@ export default function UploadFile({ title, folder }: { title?: string; folder?:
options,
ephemeral,
folder,
config,
});
}
};

View File

@@ -1,5 +1,4 @@
import { Response } from '@/lib/api/response';
import { SafeConfig } from '@/lib/config/safe';
import { ErrorBody } from '@/lib/response';
import { UploadOptionsStore } from '@/lib/store/uploadOptions';
import { ActionIcon, Anchor, Button, Group, Stack, Table, Tooltip } from '@mantine/core';
@@ -114,7 +113,6 @@ export function uploadFiles(
options: UploadOptionsStore['options'];
ephemeral: UploadOptionsStore['ephemeral'];
folder?: string;
config: SafeConfig;
},
) {
setLoading(true);