1
0
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:
Sergio Betanzos 2022-05-31 10:30:35 +02:00 committed by GitHub
parent 08cf7e7425
commit 2bc3db4b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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