mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 00:42:56 +08:00
7 lines
275 B
JavaScript
Vendored
7 lines
275 B
JavaScript
Vendored
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"),
|
|
});
|