mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fixed: Saving release profile when removing an item from Must (Not) Contain
This commit is contained in:
parent
553aa22b29
commit
2e2733a2e1
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class TextTagInputConnector extends Component {
|
|||
|
||||
onChange({
|
||||
name,
|
||||
value: newValue.join(',')
|
||||
value: newValue
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue