Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
import layout from "select-kit/templates/components/dropdown-select-box/dropdown-select-box-row";
import { readOnly } from "@ember/object/computed";
export default SelectKitRowComponent.extend({
layout,
classNames: ["dropdown-select-box-row"],
description: readOnly("item.description"),
});