mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
01 fix tagsData type warning
This commit is contained in:
@@ -35,7 +35,7 @@ const FileTagsFormatter = ({ tagsData, value: oldValue, className, children: emp
|
|||||||
|
|
||||||
FileTagsFormatter.propTypes = {
|
FileTagsFormatter.propTypes = {
|
||||||
value: PropTypes.array,
|
value: PropTypes.array,
|
||||||
tagsData: PropTypes.array,
|
tagsData: PropTypes.object,
|
||||||
className: PropTypes.string,
|
className: PropTypes.string,
|
||||||
showName: PropTypes.bool,
|
showName: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user