revert change, it is required
This commit is contained in:
parent
d0d60ffa89
commit
08d56952df
|
@ -1,13 +1,12 @@
|
||||||
import { iconHTML } from 'discourse-common/helpers/fa-icon';
|
import { iconHTML } from 'discourse-common/helpers/fa-icon';
|
||||||
import Combobox from 'discourse-common/components/combo-box';
|
import Combobox from 'discourse-common/components/combo-box';
|
||||||
import { observes } from 'ember-addons/ember-computed-decorators';
|
import { on, observes } from 'ember-addons/ember-computed-decorators';
|
||||||
|
|
||||||
export default Combobox.extend({
|
export default Combobox.extend({
|
||||||
none: "topic.controls",
|
none: "topic.controls",
|
||||||
|
|
||||||
init() {
|
@on('init')
|
||||||
this._super();
|
_createContent() {
|
||||||
|
|
||||||
const content = [];
|
const content = [];
|
||||||
const topic = this.get('topic');
|
const topic = this.get('topic');
|
||||||
const details = topic.get('details');
|
const details = topic.get('details');
|
||||||
|
|
Loading…
Reference in New Issue