Skip to content

Commit

Permalink
Fixed: Multi-word genres in Auto Tags (#4601)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c4f82999368edfedd038a0a27d323e04b81a400)

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
  • Loading branch information
servarr[bot] and markus101 committed Mar 2, 2024
1 parent 022fbf8 commit d38c101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/Components/Form/TextTagInputConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class TextTagInputConnector extends Component {
render() {
return (
<TagInput
delimiters={['Tab', 'Enter', ',']}
tagList={[]}
onTagAdd={this.onTagAdd}
onTagDelete={this.onTagDelete}
Expand Down

0 comments on commit d38c101

Please sign in to comment.