DEV: Remove erroneous code introduced in d7e230c1b9
This commit is contained in:
parent
d7e230c1b9
commit
95a80525ae
|
@ -66,11 +66,6 @@ export default DropdownSelectBoxComponent.extend({
|
|||
this.contentChanged();
|
||||
}
|
||||
|
||||
this.set(
|
||||
"selectKit.options.icon",
|
||||
this.action === EDIT ? "pencil-alt" : "share"
|
||||
);
|
||||
|
||||
if (isEmpty(this.content)) {
|
||||
this.set("selectKit.isHidden", true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue