fix: time not show

pull/21369/head
Joel 11 months ago
parent a54eed0f4e
commit 1c73855eb0

@ -58,6 +58,8 @@ const LastRun: FC<Props> = ({
<ResultPanel <ResultPanel
{...runResult as any} {...runResult as any}
{...otherResultPanelProps} {...otherResultPanelProps}
total_tokens={(runResult as any)?.execution_metadata?.total_tokens || otherResultPanelProps?.total_tokens}
created_by={(runResult as any)?.created_by_account?.created_by || otherResultPanelProps?.created_by}
nodeInfo={nodeInfo} nodeInfo={nodeInfo}
showSteps={false} showSteps={false}
/> />

Loading…
Cancel
Save