Refined import follows. Breaks on Save event
This commit is contained in:
@ -362,3 +362,11 @@ export const FileChooserLogo = props => (
|
||||
FileChooserLogo.defaultProps = {
|
||||
accept: ['image/svg', 'image/png'],
|
||||
};
|
||||
|
||||
export const FileChooserCSV = props => (
|
||||
<SimpleInput type='file' {...props} />
|
||||
);
|
||||
|
||||
FileChooserCSV.defaultProps = {
|
||||
accept: ['.csv'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user