mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: None Metadata Profile option to bulk editor
This commit is contained in:
parent
e5e69f06c0
commit
171c083af6
3 changed files with 2 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue