From 84c6619de65e407094a6058cec4ae7602e3195c6 Mon Sep 17 00:00:00 2001 From: fsiegmund Date: Thu, 17 Nov 2022 11:32:31 +0000 Subject: [PATCH] fix(ui): use podname for EventPanel name param (#10051) Signed-off-by: fsiegmund --- .../workflows/components/workflow-details/workflow-details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/workflows/components/workflow-details/workflow-details.tsx b/ui/src/app/workflows/components/workflow-details/workflow-details.tsx index 8e78079043ab..e8a1bb2df433 100644 --- a/ui/src/app/workflows/components/workflow-details/workflow-details.tsx +++ b/ui/src/app/workflows/components/workflow-details/workflow-details.tsx @@ -475,7 +475,7 @@ export const WorkflowDetails = ({history, location, match}: RouteComponentProps< {parsedSidePanel.type === 'logs' && ( )} - {parsedSidePanel.type === 'events' && } + {parsedSidePanel.type === 'events' && } {parsedSidePanel.type === 'share' && } {parsedSidePanel.type === 'yaml' && } {!parsedSidePanel}