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>
|
<StyledText>
|
||||||
<Trans>Upload .xlsx, .xls or .csv file</Trans>
|
<Trans>Upload .xlsx, .xls or .csv file</Trans>
|
||||||
</StyledText>
|
</StyledText>
|
||||||
<MainButton onMouseDown={open} title={t`Select file`} />
|
<MainButton onClick={open} title={t`Select file`} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</StyledContainer>
|
</StyledContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user