mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
fixing setting switch error
This commit is contained in:
parent
1136d8ff32
commit
7cc5f6d6b1
@ -13,7 +13,7 @@
|
|||||||
[switch-label-width]="'20'"
|
[switch-label-width]="'20'"
|
||||||
[switch-disabled]="inProgress"
|
[switch-disabled]="inProgress"
|
||||||
[(ngModel)]="enabled"
|
[(ngModel)]="enabled"
|
||||||
(onChangeState)="switched($event)">
|
(changeState)="switched($event)">
|
||||||
</bSwitch>
|
</bSwitch>
|
||||||
</div>
|
</div>
|
||||||
</h5>
|
</h5>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user