We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08770a2 commit 8447f4bCopy full SHA for 8447f4b
src/components/CSVReader.tsx
@@ -85,9 +85,9 @@ export default function CSVReader({ onChange }: csvReader) {
85
{...getRootProps()}
86
className="border-aaDark border-dashed border-2 cursor-pointer rounded-xl text-center p-10 lg:min-w-[400px]"
87
>
88
- <input {...getInputProps()} multiple={false} id="data-upload" />
+ <input {...getInputProps()} multiple={false} />
89
90
- <FormLabel htmlFor="data-upload">
+ <FormLabel>
91
Drag 'n' drop a CSV file here, or click to select one
92
</FormLabel>
93
</FormItem>
0 commit comments