fix: ts (#3129)
This commit is contained in:
parent
5e273341dd
commit
cdce94a202
@ -13,7 +13,7 @@ const RenderResponseDetail = () => {
|
|||||||
<>{t('chat:in_progress')}</>
|
<>{t('chat:in_progress')}</>
|
||||||
) : (
|
) : (
|
||||||
<Box flex={'1 0 0'} h={'100%'} overflow={'auto'}>
|
<Box flex={'1 0 0'} h={'100%'} overflow={'auto'}>
|
||||||
<ResponseBox useMobile={true} response={responseData} showDetail={true} />
|
<ResponseBox useMobile={true} response={responseData} />
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@ -755,7 +755,7 @@ const NodeDebugResponse = React.memo(function NodeDebugResponse({
|
|||||||
{debugResult.message}
|
{debugResult.message}
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
{response && <WholeResponseContent activeModule={response} showDetail />}
|
{response && <WholeResponseContent activeModule={response} />}
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user