fix : default disable label {win etc ..}
This commit is contained in:
parent
69f14893d6
commit
1cb49f2dc4
@ -31,7 +31,7 @@
|
||||
<button
|
||||
class="btn w-100 number-button"
|
||||
[ngClass]="'btn-color-' + i"
|
||||
[disabled]="!!selectedLabel || maxRowsReached"
|
||||
[disabled]="!ticketingActive || !!selectedLabel || maxRowsReached"
|
||||
(click)="selectLabel(label)"
|
||||
>
|
||||
{{ label }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user