Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Oct 25, 2023
1 parent 9a3d0c7 commit 2c596a0
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,38 +152,6 @@
</div>
</div>
</div>

<!-- <div class="flex-center">
<mat-card class="section-card">
<div class="flex-center">
<a
mat-flat-button
[routerLink]="[
'/project',
(projectService.project$ | async)?.slug
]"
[color]="getColorByModelCreationStep()"
data-testId="a-skipModelAndFinishProjectCreation"
>
<span *ngIf="modelCreationStep === 'create-model'">
Skip model creation and finish project creation
</span>
<span
*ngIf="
modelCreationStep !== 'create-model' &&
modelCreationStep !== 'complete'
"
>
Abort model initialization and finish project creation
</span>
<span *ngIf="modelCreationStep === 'complete'">
Finish project creation
</span>
<mat-icon class="mat-icon-position right">check</mat-icon>
</a>
</div>
</mat-card>
</div> -->
</mat-step>
</mat-horizontal-stepper>
</div>

0 comments on commit 2c596a0

Please sign in to comment.