1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

L #~: lint-fix missing proptypes (#2667)

This commit is contained in:
Jorge Miguel Lobo Escalona 2023-07-12 18:15:28 +02:00 committed by GitHub
parent a131bbfa93
commit 057cfd07a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,8 @@ TableController.propTypes = {
tooltip: PropTypes.any,
fieldProps: PropTypes.object,
readOnly: PropTypes.bool,
onConditionChange: PropTypes.func,
dependOf: PropTypes.oneOfType([PropTypes.array, PropTypes.string]),
}
TableController.displayName = 'TableController'