mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:39:36 +08:00
6 lines
184 B
JavaScript
6 lines
184 B
JavaScript
import SelectKitRowComponent from "select-kit/components/select-kit/select-kit-row";
|
|
|
|
export default SelectKitRowComponent.extend({
|
|
classNames: ["email-group-user-chooser-row"],
|
|
});
|