mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
fix: lint errors
This commit is contained in:
@@ -115,7 +115,6 @@ export default function UploadFile({ title, folder }: { title?: string; folder?:
|
||||
options,
|
||||
ephemeral,
|
||||
folder,
|
||||
config,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user