Fixed: Multi-word genres in Auto Tags

Fixed #6488
This commit is contained in:
Mark McDowall 2024-02-16 17:05:52 -08:00 committed by Mark McDowall
parent 8dd8c95f36
commit 5c4f829993
1 changed files with 1 additions and 0 deletions

View File

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