mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #~: Minor fix on attribute component proptypes (#2108)
This commit is contained in:
parent
08cf7e7425
commit
2bc3db4b28
@ -186,7 +186,7 @@ export const AttributePropTypes = {
|
||||
handleDelete: PropTypes.func,
|
||||
handleEdit: PropTypes.func,
|
||||
handleGetOptionList: PropTypes.func,
|
||||
link: PropTypes.string,
|
||||
link: PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
||||
icon: PropTypes.any,
|
||||
name: PropTypes.string.isRequired,
|
||||
path: PropTypes.string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user