Skip to content

Commit b1c3768

Browse files
authored
fix(ui): remove unnecessary hard reload after delete (argoproj#12930)
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
1 parent a537033 commit b1c3768

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/src/app/workflows/components/workflow-details/workflow-details.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ export function WorkflowDetails({history, location, match}: RouteComponentProps<
212212
}
213213

214214
navigation.goto(uiUrl(`workflows/${workflow.metadata.namespace}`));
215-
// TODO: This is a temporary workaround so that the list of workflows
216-
// is correctly displayed. Workflow list page needs to be more responsive.
217-
window.location.reload();
218215
});
219216
} else if (workflowOperation.title === 'RESUBMIT') {
220217
setSidePanel('resubmit');

0 commit comments

Comments
 (0)