Files
discourse/app/assets/javascripts/select-box-kit/components/select-box-kit/select-box-kit-create-row.js.es6
2017-10-19 12:51:08 -07:00

11 lines
349 B
JavaScript

import SelectBoxKitRowComponent from "select-box-kit/components/select-box-kit/select-box-kit-row";
export default SelectBoxKitRowComponent.extend({
layoutName: "select-box-kit/templates/components/select-box-kit/select-box-kit-row",
classNames: "create",
click() {
this.sendAction("onCreateContent", this.get("content.name"));
},
});