mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
ff6811ceb8
* FEATURE: Allow multiple groups which can vote when creating a poll * DEV: Fix select-kit deprecations * DEV: Fix lint
10 lines
243 B
JavaScript
10 lines
243 B
JavaScript
import MultiSelectComponent from "select-kit/components/multi-select";
|
|
|
|
export default MultiSelectComponent.extend({
|
|
pluginApiIdentifiers: ["group-chooser"],
|
|
classNames: ["group-chooser"],
|
|
selectKitOptions: {
|
|
allowAny: false
|
|
}
|
|
});
|