This commit is contained in:
btzr-io 2018-02-23 17:58:59 -07:00
parent 53920b3472
commit 2cf94ca8af

View file

@ -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,
};