mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Added some missing propTypes.
This commit is contained in:
committed by
Akshay Joshi
parent
1585e6b424
commit
f874276d0f
@@ -397,6 +397,7 @@ FormView.propTypes = {
|
||||
viewHelperProps: PropTypes.object,
|
||||
isNested: PropTypes.bool,
|
||||
isDataGridForm: PropTypes.bool,
|
||||
isTabView: PropTypes.bool,
|
||||
visible: PropTypes.oneOfType([
|
||||
PropTypes.bool, PropTypes.func,
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user