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:
commit
581d94ae0e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user