mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-03 10:32:38 +02:00
parent
8dd8c95f36
commit
5c4f829993
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class TextTagInputConnector extends Component {
|
|||
render() {
|
||||
return (
|
||||
<TagInput
|
||||
delimiters={['Tab', 'Enter', ',']}
|
||||
tagList={[]}
|
||||
onTagAdd={this.onTagAdd}
|
||||
onTagDelete={this.onTagDelete}
|
||||
|
|
|
|||
Loading…
Reference in a new issue