Merge branch 'feature/BETERAN-BACKEND-APP-BROWSER-init' of https://gitlab.loafle.net/bet/beteran-backend-app-browser into feature/BETERAN-BACKEND-APP-BROWSER-init

This commit is contained in:
이담 정 2022-07-14 09:19:59 +00:00
commit 581d94ae0e

View File

@ -93,7 +93,6 @@
<mat-slide-toggle
class="ml-4"
[color]="'primary'"
[formControlName]="'twoStep'"
#twoStepToggle
>
</mat-slide-toggle>
@ -181,12 +180,7 @@
<th mat-header-cell *matHeaderCellDef>사용여부</th>
<td mat-cell *matCellDef="let game">
<div class="sm:col-span-4 flex items-center justify-between">
<mat-slide-toggle
class="ml-4"
[color]="'primary'"
[formControlName]="'twoStep'"
#twoStepToggle
>
<mat-slide-toggle class="ml-4" [color]="'primary'">
</mat-slide-toggle>
</div>
</td>