mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
DEV: Remove erroneous code introduced in d7e230c1b9115fa3806382bfc32d98cdfc27b711
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…
x
Reference in New Issue
Block a user