Skip to content

Commit

Permalink
fix(ui): remove unnecessary hard reload after delete (#12930)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
agilgur5 authored Apr 22, 2024
1 parent a537033 commit b1c3768
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,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');
Expand Down

0 comments on commit b1c3768

Please sign in to comment.