mirror of
https://github.com/makeplane/plane.git
synced 2026-07-10 12:37:13 +02:00
refactor: migrate hooks (use-additional-editor-mention) from web/app/ce to web/app/core
This commit is contained in:
@@ -14,7 +14,7 @@ import { Avatar } from "@plane/ui";
|
||||
// helpers
|
||||
import { getFileURL } from "@plane/utils";
|
||||
// plane web hooks
|
||||
import { useAdditionalEditorMention } from "@/plane-web/hooks/use-additional-editor-mention";
|
||||
import { useAdditionalEditorMention } from "@/hooks/use-additional-editor-mention";
|
||||
|
||||
type TArgs = {
|
||||
enableAdvancedMentions?: boolean;
|
||||
|
||||
@@ -13,7 +13,7 @@ import type { TCustomComponentsMetaData } from "@plane/utils";
|
||||
// hooks
|
||||
import { useMember } from "@/hooks/store/use-member";
|
||||
// plane web hooks
|
||||
import { useAdditionalEditorMention } from "@/plane-web/hooks/use-additional-editor-mention";
|
||||
import { useAdditionalEditorMention } from "@/hooks/use-additional-editor-mention";
|
||||
|
||||
type TArgs = {
|
||||
projectId?: string;
|
||||
|
||||
Reference in New Issue
Block a user