FIX: Adding multiple auto tags in watched words admin UI (#13421)

This commit is contained in:
Penar Musaraj
2021-06-17 13:42:16 -04:00
committed by GitHub
parent 95b51669ad
commit 36162cf396
4 changed files with 14 additions and 27 deletions

View File

@@ -16,10 +16,12 @@
{{tag-chooser
id="watched-tag"
class="watched-word-input-field"
allowCreate=true
disabled=formSubmitted
tags=selectedTags
onChange=(action "changeSelectedTags")
options=(hash
allowAny=true
disabled=formSubmitted
)
}}
</div>
{{/if}}
@@ -31,7 +33,7 @@
</div>
{{/if}}
{{d-button class="btn-default" action=(action "submit") disabled=formSubmitted label="admin.watched_words.form.add"}}
{{d-button class="btn btn-primary" action=(action "submit") disabled=formSubmitted label="admin.watched_words.form.add"}}
{{#if showMessage}}
<span class="success-message">{{message}}</span>