mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 09:49:42 +00:00
FIX: makes sur allowUncategorized is passed to category-selector
This commit is contained in:
parent
3fde4c9db7
commit
0eb71cef98
@ -9,6 +9,7 @@ export default MultiSelectComponent.extend({
|
||||
rowComponent: "category-row",
|
||||
categories: null,
|
||||
blacklist: null,
|
||||
allowUncategorized: true,
|
||||
|
||||
init() {
|
||||
this._super();
|
||||
@ -21,6 +22,7 @@ export default MultiSelectComponent.extend({
|
||||
});
|
||||
|
||||
this.get("rowComponentOptions").setProperties({
|
||||
allowUncategorized: this.get("allowUncategorized"),
|
||||
displayCategoryDescription: false
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user