Fix the typo.

This commit is contained in:
Vinoth Kannan 2020-03-25 23:32:32 +05:30
parent 105cc5505c
commit dbc323e12a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default MultiSelectComponent.extend(TagsMixin, {
excludeHasSynonyms: false,
canCreateTag: computed("site.can_create_tag", "allowCreate", function() {
return this.allowCreate || this.site.can_create_tag;
return this.allowCreate && this.site.can_create_tag;
}),
maximumTagCount: computed(