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: ["group-chooser"],
classNames: ["group-chooser"],
selectKitOptions: {
allowAny: false,
},
});