mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: do not display uncategorized as a possible parent category
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
clearSelectionLabel="category.none"
|
||||
value=category.parent_category_id
|
||||
categories=parentCategories
|
||||
allowUncategorized=true}}
|
||||
allowUncategorized=false}}
|
||||
{{/if}}
|
||||
</section>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user