Fix CSV upload (#11749)
I inadvertently broke the upload button on the CSV import
This commit is contained in:
@ -156,7 +156,7 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
|
||||
<StyledText>
|
||||
<Trans>Upload .xlsx, .xls or .csv file</Trans>
|
||||
</StyledText>
|
||||
<MainButton onMouseDown={open} title={t`Select file`} />
|
||||
<MainButton onClick={open} title={t`Select file`} />
|
||||
</>
|
||||
)}
|
||||
</StyledContainer>
|
||||
|
||||
Reference in New Issue
Block a user