Failed to ignore revisions in .git-blame-ignore-revs.

11 lines
372 B
JavaScript
Raw Normal View History

import { readOnly } from "@ember/object/computed";
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
export default SelectKitRowComponent.extend({
2018-06-15 17:03:24 +02:00
layoutName:
"select-kit/templates/components/dropdown-select-box/dropdown-select-box-row",
classNames: ["dropdown-select-box-row"],
description: readOnly("item.description")
});