Skip to content

Commit 5f96c76

Browse files
committed
fix: lint errors
1 parent 651f32e commit 5f96c76

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/pages/upload/File/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export default function UploadFile({ title, folder }: { title?: string; folder?:
115115
options,
116116
ephemeral,
117117
folder,
118-
config,
119118
});
120119
}
121120
};

src/components/pages/upload/uploadFiles.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Response } from '@/lib/api/response';
2-
import { SafeConfig } from '@/lib/config/safe';
32
import { ErrorBody } from '@/lib/response';
43
import { UploadOptionsStore } from '@/lib/store/uploadOptions';
54
import { ActionIcon, Anchor, Button, Group, Stack, Table, Tooltip } from '@mantine/core';
@@ -114,7 +113,6 @@ export function uploadFiles(
114113
options: UploadOptionsStore['options'];
115114
ephemeral: UploadOptionsStore['ephemeral'];
116115
folder?: string;
117-
config: SafeConfig;
118116
},
119117
) {
120118
setLoading(true);

0 commit comments

Comments
 (0)