mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Use allow_uncategorized_topics site setting in categoryChoose
This commit is contained in:
parent
27498a912b
commit
2af6cd616d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
{{#unless model.creatingPrivateMessage}}
|
||||
<div class="category-input">
|
||||
{{categoryChooser valueAttribute="name" value=model.categoryName showUncategorized="true"}}
|
||||
{{categoryChooser valueAttribute="name" value=model.categoryName}}
|
||||
{{popupInputTip validation=view.categoryValidation shownAt=view.showCategoryTip}}
|
||||
</div>
|
||||
{{#if model.archetype.hasOptions}}
|
||||
|
|
Loading…
Reference in a new issue