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 <agilgur5@gmail.com>
(cherry picked from commit b1c3768)
  • Loading branch information
agilgur5 committed Apr 24, 2024
1 parent 8d2bebc commit 47f920b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,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 47f920b

Please sign in to comment.