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 60fe906ecc54..9394d20686a8 100644 --- a/ui/src/app/workflows/components/workflow-details/workflow-details.tsx +++ b/ui/src/app/workflows/components/workflow-details/workflow-details.tsx @@ -214,9 +214,6 @@ export function WorkflowDetails({history, location, match}: RouteComponentProps< } navigation.goto(uiUrl(`workflows/${workflow.metadata.namespace}`)); - // TODO: This is a temporary workaround so that the list of workflows - // is correctly displayed. Workflow list page needs to be more responsive. - window.location.reload(); }); } else if (workflowOperation.title === 'RESUBMIT') { setSidePanel('resubmit');