DEV: Remove erroneous code introduced in d7e230c1b9

This commit is contained in:
Guo Xiang Tan 2020-05-14 15:58:44 +08:00
parent d7e230c1b9
commit 95a80525ae
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
1 changed files with 0 additions and 5 deletions

View File

@ -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);
}