feat(model view): hide applicable readOnly and writeOnly properties (#5832)
This commit is contained in:
@@ -237,6 +237,7 @@ const RequestBody = ({
|
||||
)}
|
||||
/>
|
||||
}
|
||||
includeWriteOnly={true}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -10,7 +10,9 @@ class ModelComponent extends Component {
|
||||
getComponent: PropTypes.func.isRequired,
|
||||
getConfigs: PropTypes.func.isRequired,
|
||||
specSelectors: PropTypes.object.isRequired,
|
||||
expandDepth: PropTypes.number
|
||||
expandDepth: PropTypes.number,
|
||||
includeReadOnly: PropTypes.bool,
|
||||
includeWriteOnly: PropTypes.bool,
|
||||
}
|
||||
|
||||
render(){
|
||||
|
||||
Reference in New Issue
Block a user