Skip to content

Commit

Permalink
Fix ready steps
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed Jan 20, 2025
1 parent bdca9a8 commit e15dad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/edit/fleet.cattle.io.gitrepo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
label: this.t('fleet.gitRepo.add.steps.repoInfo.label'),
subtext: this.t('fleet.gitRepo.add.steps.repoInfo.subtext'),
descriptionKey: 'fleet.gitRepo.add.steps.repoInfo.description',
ready: true,
ready: false,
weight: 1
};
Expand All @@ -128,7 +128,7 @@ export default {
label: this.t('fleet.gitRepo.add.steps.targetInfo.label'),
subtext: this.t('fleet.gitRepo.add.steps.targetInfo.subtext'),
descriptionKey: 'fleet.gitRepo.steps.add.targetInfo.description',
ready: false,
ready: true,
weight: 1
};
Expand Down

0 comments on commit e15dad2

Please sign in to comment.