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 25, 2024
1 parent ac75719 commit 771f3fe
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 @@ -15,7 +15,7 @@ import { iconHTML, iconNode } from "discourse-common/lib/icon-library";
import discourseComputed from "discourse-common/utils/decorators";
import I18n from "I18n";
import BulkAssign from "../components/bulk-actions/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 771f3fe

Please sign in to comment.