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

View File

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