mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 19:44:31 +08:00
FIX: allows forcing unsafe string in select-kit (#6386)
forceEscape will be defaulted to true before next release.
This commit is contained in:
@ -31,12 +31,9 @@ export default SelectKitComponent.extend({
|
||||
this.set("values", []);
|
||||
}
|
||||
|
||||
this.set(
|
||||
"headerComponentOptions",
|
||||
Ember.Object.create({
|
||||
selectedNameComponent: this.get("selectedNameComponent")
|
||||
})
|
||||
);
|
||||
this.get("headerComponentOptions").setProperties({
|
||||
selectedNameComponent: this.get("selectedNameComponent")
|
||||
});
|
||||
},
|
||||
|
||||
@on("didRender")
|
||||
|
Reference in New Issue
Block a user