From eddc39cd0a44a2c133f25fe111e0ee42928aee38 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Wed, 24 Sep 2025 10:45:11 +0800 Subject: [PATCH] fix: error import --- web/app/components/base/prompt-editor/plugins/update-block.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/prompt-editor/plugins/update-block.tsx b/web/app/components/base/prompt-editor/plugins/update-block.tsx index 201de93469..017519cf14 100644 --- a/web/app/components/base/prompt-editor/plugins/update-block.tsx +++ b/web/app/components/base/prompt-editor/plugins/update-block.tsx @@ -5,7 +5,7 @@ import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext import { textToEditorState } from '../utils' import { CustomTextNode } from './custom-text/node' import { CLEAR_HIDE_MENU_TIMEOUT } from './workflow-variable-block' -import { MEMORY_POPUP_SHOW_BY_EVENT_EMITTER } from '../../../workflow/nodes/_base/components/prompt/add-memory-button' +import { MEMORY_POPUP_SHOW_BY_EVENT_EMITTER } from '@/app/components/workflow/nodes/_base/components/prompt/type' import { useEventEmitterContextContext } from '@/context/event-emitter' export const PROMPT_EDITOR_UPDATE_VALUE_BY_EVENT_EMITTER = 'PROMPT_EDITOR_UPDATE_VALUE_BY_EVENT_EMITTER'