mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
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…
x
Reference in New Issue
Block a user