feat: 移动调试交互组件位置
This commit is contained in:
@@ -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,
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user