Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import MultiSelectComponent from "select-kit/components/multi-select";
export default MultiSelectComponent.extend({
pluginApiIdentifiers: ["admin-group-selector"],
classNames: ["admin-group-selector"],
selectKitOptions: {
allowAny: false
}
});