mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix the typo.
This commit is contained in:
parent
105cc5505c
commit
dbc323e12a
@ -25,7 +25,7 @@ export default MultiSelectComponent.extend(TagsMixin, {
|
|||||||
excludeHasSynonyms: false,
|
excludeHasSynonyms: false,
|
||||||
|
|
||||||
canCreateTag: computed("site.can_create_tag", "allowCreate", function() {
|
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(
|
maximumTagCount: computed(
|
||||||
|
Loading…
Reference in New Issue
Block a user