fix(web): remove StatusPanel's internal useStore to fix context issues (#28348)

This commit is contained in:
yangzheli
2025-11-20 12:50:46 +08:00
committed by GitHub
parent b2a604b801
commit a6cd2ad880
3 changed files with 7 additions and 2 deletions

View File

@@ -174,11 +174,13 @@ const RunPanel: FC<RunProps> = ({
created_by={executor}
steps={runDetail.total_steps}
exceptionCounts={runDetail.exceptions_count}
isListening={isListening}
/>
)}
{!loading && currentTab === 'DETAIL' && !runDetail && isListening && (
<StatusPanel
status={WorkflowRunningStatus.Running}
isListening={true}
/>
)}
{!loading && currentTab === 'TRACING' && (