FIX: Ran prettier to fix build (#8323)
This commit is contained in:
parent
7f3812b90a
commit
562acb21ca
|
@ -8,8 +8,5 @@ export default SelectKitHeaderComponent.extend({
|
|||
clearable: alias("options.clearable"),
|
||||
caretUpIcon: alias("options.caretUpIcon"),
|
||||
caretDownIcon: alias("options.caretDownIcon"),
|
||||
shouldDisplayClearableButton: and(
|
||||
"clearable",
|
||||
"computedContent.hasSelection"
|
||||
)
|
||||
shouldDisplayClearableButton: and("clearable", "computedContent.hasSelection")
|
||||
});
|
||||
|
|
|
@ -6,7 +6,5 @@ export default SelectKitRowComponent.extend({
|
|||
"select-kit/templates/components/dropdown-select-box/dropdown-select-box-row",
|
||||
classNames: "dropdown-select-box-row",
|
||||
|
||||
description: alias(
|
||||
"computedContent.originalContent.description"
|
||||
)
|
||||
description: alias("computedContent.originalContent.description")
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue