fix: time not show

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

@ -58,6 +58,8 @@ const LastRun: FC<Props> = ({
<ResultPanel
{...runResult as any}
{...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}
showSteps={false}
/>

Loading…
Cancel
Save