Fixed: None Metadata Profile option to bulk editor

This commit is contained in:
Bogdan 2024-01-13 23:15:15 +02:00
parent e5e69f06c0
commit 171c083af6
3 changed files with 2 additions and 1 deletions

View file

@ -289,6 +289,7 @@ FormInputGroup.propTypes = {
autoFocus: PropTypes.bool,
includeNoChange: PropTypes.bool,
includeNoChangeDisabled: PropTypes.bool,
includeNone: PropTypes.bool,
selectedValueOptions: PropTypes.object,
pending: PropTypes.bool,
errors: PropTypes.arrayOf(PropTypes.object),