Skip to content

Commit

Permalink
Move topic-level-assign-menu to components/
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPrigorshnev committed Mar 26, 2024
1 parent 4c79940 commit 884921c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import discourseComputed from "discourse-common/utils/decorators";
import I18n from "I18n";
import BulkAssign from "../components/bulk-actions/assign-user";
import BulkActionsAssignUser from "../components/bulk-actions/bulk-assign-user";
import TopicLevelAssignMenu from "../lib/topic-level-assign-menu";
import TopicLevelAssignMenu from "../components/topic-level-assign-menu";

const PLUGIN_ID = "discourse-assign";

Expand Down

0 comments on commit 884921c

Please sign in to comment.