mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 16:31:33 +00:00
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,
|
data: PropTypes.array,
|
||||||
type: PropTypes.oneOf(['json', 'csv']),
|
type: PropTypes.oneOf(['json', 'csv']),
|
||||||
title: PropTypes.string,
|
title: PropTypes.string,
|
||||||
defaultPath,: PropTypes.string,
|
defaultPath: PropTypes.string,
|
||||||
onFileCreated: PropTypes.func,
|
onFileCreated: PropTypes.func,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue