Removed Proceed button from 2nd step as it is not required
Issue-ID: CCSDK-1135
Change-Id: Idecc858c85cc063b03a728397f21b8c7ee24e2b5
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
<mat-step [stepControl]="secondFormGroup">
<ng-template matStepLabel>Controller Blueprint Designer</ng-template>
<app-modify-template></app-modify-template>
- <div style="position:relative">
- <button mat-button matStepperNext class="matStepNextBtn">Proceed</button>
- </div>
</mat-step>
<!-- <mat-step [stepControl]="thirdFormGroup">
<ng-template matStepLabel>Deploy</ng-template>