fix typo
This commit is contained in:
parent
53920b3472
commit
2cf94ca8af
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class FileExporter extends React.PureComponent {
|
|||
data: PropTypes.array,
|
||||
type: PropTypes.oneOf(['json', 'csv']),
|
||||
title: PropTypes.string,
|
||||
defaultPath,: PropTypes.string,
|
||||
defaultPath: PropTypes.string,
|
||||
onFileCreated: PropTypes.func,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue