Fix the typo.
This commit is contained in:
parent
105cc5505c
commit
dbc323e12a
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue