mirror of https://github.com/langgenius/dify.git
chore: fix type
This commit is contained in:
parent
16acdc9be4
commit
d0bbe43dab
|
|
@ -307,7 +307,7 @@ const GenerationItem: FC<IGenerationItemProps> = ({
|
|||
<div className={`flex ${contentClassName}`}>
|
||||
<div className='grow w-0'>
|
||||
{siteInfo && siteInfo.show_workflow_steps && workflowProcessData && (
|
||||
<WorkflowProcessItem grayBg data={workflowProcessData} expand={workflowProcessData.expand} hideProcessDetail={hideProcessDetail} />
|
||||
<WorkflowProcessItem data={workflowProcessData} expand={workflowProcessData.expand} hideProcessDetail={hideProcessDetail} />
|
||||
)}
|
||||
{workflowProcessData && !isError && (
|
||||
<ResultTab data={workflowProcessData} content={content} currentTab={currentTab} onCurrentTabChange={setCurrentTab} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue