mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-13 18:35:20 +00:00
01 fix tagsData type warning
This commit is contained in:
parent
a205d62cd7
commit
43cd67f8b1
@ -35,7 +35,7 @@ const FileTagsFormatter = ({ tagsData, value: oldValue, className, children: emp
|
||||
|
||||
FileTagsFormatter.propTypes = {
|
||||
value: PropTypes.array,
|
||||
tagsData: PropTypes.array,
|
||||
tagsData: PropTypes.object,
|
||||
className: PropTypes.string,
|
||||
showName: PropTypes.bool,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user