1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-23 14:41:27 +00:00

Fixed: Saving release profile when removing an item from Must (Not) Contain

This commit is contained in:
Mark McDowall 2021-10-05 13:42:37 -07:00
parent 553aa22b29
commit 2e2733a2e1

View file

@ -67,7 +67,7 @@ class TextTagInputConnector extends Component {
onChange({ onChange({
name, name,
value: newValue.join(',') value: newValue
}); });
} }