mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Use allow_uncategorized_topics site setting in categoryChoose
This commit is contained in:
parent
27498a912b
commit
2af6cd616d
@ -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 New Issue
Block a user