Fixed: Multi-word genres in Auto Tags

Fixed #6488

(cherry picked from commit 5c4f82999368edfedd038a0a27d323e04b81a400)
This commit is contained in:
Mark McDowall 2024-02-16 17:05:52 -08:00 committed by servarr
commit 8d1f526f4b

View file

@ -77,6 +77,7 @@ class TextTagInputConnector extends Component {
render() {
return (
<TagInput
delimiters={['Tab', 'Enter', ',']}
tagList={[]}
onTagAdd={this.onTagAdd}
onTagDelete={this.onTagDelete}