|
@@ -85,7 +85,7 @@ export function TasksImportDialog({ open, onOpenChange }: Props) {
|
|
|
<FormItem className='mb-2 space-y-1'>
|
|
<FormItem className='mb-2 space-y-1'>
|
|
|
<FormLabel>File</FormLabel>
|
|
<FormLabel>File</FormLabel>
|
|
|
<FormControl>
|
|
<FormControl>
|
|
|
- <Input type='file' {...fileRef} className='h-8' />
|
|
|
|
|
|
|
+ <Input type='file' {...fileRef} className='h-8 py-0' />
|
|
|
</FormControl>
|
|
</FormControl>
|
|
|
<FormMessage />
|
|
<FormMessage />
|
|
|
</FormItem>
|
|
</FormItem>
|