mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
FIX: Ran prettier to fix build (#8323)
This commit is contained in:

committed by
GitHub

parent
7f3812b90a
commit
562acb21ca
@ -8,8 +8,5 @@ export default SelectKitHeaderComponent.extend({
|
|||||||
clearable: alias("options.clearable"),
|
clearable: alias("options.clearable"),
|
||||||
caretUpIcon: alias("options.caretUpIcon"),
|
caretUpIcon: alias("options.caretUpIcon"),
|
||||||
caretDownIcon: alias("options.caretDownIcon"),
|
caretDownIcon: alias("options.caretDownIcon"),
|
||||||
shouldDisplayClearableButton: and(
|
shouldDisplayClearableButton: and("clearable", "computedContent.hasSelection")
|
||||||
"clearable",
|
|
||||||
"computedContent.hasSelection"
|
|
||||||
)
|
|
||||||
});
|
});
|
||||||
|
@ -6,7 +6,5 @@ export default SelectKitRowComponent.extend({
|
|||||||
"select-kit/templates/components/dropdown-select-box/dropdown-select-box-row",
|
"select-kit/templates/components/dropdown-select-box/dropdown-select-box-row",
|
||||||
classNames: "dropdown-select-box-row",
|
classNames: "dropdown-select-box-row",
|
||||||
|
|
||||||
description: alias(
|
description: alias("computedContent.originalContent.description")
|
||||||
"computedContent.originalContent.description"
|
|
||||||
)
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user