Skip to content

Commit

Permalink
fix completedStepsMap initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Feb 23, 2022
1 parent fc39829 commit 68a2c0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const Overview = withRouter(({ history }: RouteComponentProps) => {
backup: false,
migrate_system_indices: false,
fix_issues: false,
logs: false,
});

const isStepComplete = (step: OverviewStep) => completedStepsMap[step];
Expand Down

0 comments on commit 68a2c0f

Please sign in to comment.