mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Use allow_uncategorized_topics site setting in categoryChoose
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user