summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html')
-rw-r--r--cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html b/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
index 1bff1aba1..a925b4534 100644
--- a/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
+++ b/cds-ui/client/src/app/common/shared/components/cbawizard/cbawizard.component.html
@@ -34,8 +34,8 @@ limitations under the License.
<mat-card class="CBAform">
<mat-card-content>
<mat-horizontal-stepper [linear]=true #stepper (selectionChange)="changeRoute($event)">
- <a *ngFor="let routeLink of routeLinks; let i = index;">
- <mat-step>
+ <a *ngFor="let routeLink of stepsRequired; let i = index;">
+ <mat-step style="display: none;">
<ng-template matStepLabel>{{routeLink.label}}
</ng-template>
</mat-step>