Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 19, 2024
1 parent 00fea31 commit d860cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plan/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func Resume(s store.Store) error {
return nil
}

// TODO (@salah): make each step report status
// TODO (@salah): make each step report better status
func Execute(s store.Store, p *types.Plan) (finalError error) {
stopCh := make(chan struct{})
defer close(stopCh)
Expand Down
1 change: 1 addition & 0 deletions web/src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ const Root = () => {

let showModal = false;
if (state.adminConsoleMetadata?.isEC2Install) {
// TODO (@salah): don't show modal if it's only an app upgrade
showModal =
status !== "" &&
status !== "complete" &&
Expand Down

0 comments on commit d860cc5

Please sign in to comment.