discourse/app/assets/javascripts/select-kit/addon/components/dropdown-select-box/dropdown-select-box-row.js
David Taylor 48193767bf DEV: Sort imports
Automatically generated by `eslint --fix` to satisfy the updated configuration
2023-10-10 21:46:54 +01:00

8 lines
275 B
JavaScript

import { readOnly } from "@ember/object/computed";
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
export default SelectKitRowComponent.extend({
classNames: ["dropdown-select-box-row"],
description: readOnly("item.description"),
});