feat: 移动调试交互组件位置

This commit is contained in:
sd0ric4
2025-03-27 13:37:14 +08:00
parent f268e92b0d
commit 70524804b1
2 changed files with 5 additions and 5 deletions

View File

@@ -11,11 +11,11 @@ import {
UserSelectInteractive
} from '@fastgpt/global/core/workflow/template/system/interactive/type';
import {
FormInputComponent,
FormItem,
SelectOptionsComponent,
SelectOption,
SelectOptionsComponent
} from './Form/FormComponents';
FormInputComponent,
FormItem
} from '@/components/core/chat/components/Form/FormComponents';
const useInteractiveDebug = (
interactive: UserSelectInteractive | UserInputInteractive,

View File

@@ -11,7 +11,7 @@ import type { FlowNodeItemType } from '@fastgpt/global/core/workflow/type/node.d
import {
RenderUserSelectInteractive,
RenderUserFormInteractive
} from '@/components/core/chat/components/InteractiveComponents';
} from './InteractiveComponents/DebugInteractive';
type NodeDebugResponseProps = {
nodeId: string;