This commit is contained in:
David Taylor 2024-12-06 10:56:08 +00:00
parent 11730caf74
commit 980a9f6888
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { action, computed } from "@ember/object";
import { computed } from "@ember/object";
import { classNames } from "@ember-decorators/component";
import { makeArray } from "discourse-common/lib/helpers";
import MultiSelectComponent from "select-kit/components/multi-select";