discourse/app/assets/javascripts/select-kit/addon/components/dropdown-select-box/dropdown-select-box-row.js

8 lines
275 B
JavaScript

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