refactor: update accepted file types for CSV uploads in import form and schema
This commit is contained in:
@@ -69,7 +69,7 @@ export default function ImportForm({
|
||||
</label>
|
||||
<input
|
||||
type="file"
|
||||
accept=".csv"
|
||||
accept="text/csv, text/comma-separated-values"
|
||||
onChange={handleFileChange}
|
||||
className="w-full rounded-lg border px-4 py-2"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user