mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
remove required for actions
This commit is contained in:
parent
af853861ec
commit
c405b4e41a
@ -228,7 +228,7 @@ class FormBuilderLoader extends Component {
|
||||
}
|
||||
|
||||
FormBuilderLoader.propTypes = Object.assign({}, basePropTypes, {
|
||||
schemaActions: PropTypes.object.isRequired,
|
||||
schemaActions: PropTypes.object,
|
||||
schemaUrl: PropTypes.string.isRequired,
|
||||
schema: schemaPropType,
|
||||
form: PropTypes.string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user