diff options
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html index 32369376c..b38c75b21 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html @@ -29,9 +29,6 @@ limitations under the License. <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> |