fix : default disable label {win etc ..}

This commit is contained in:
karthik 2025-07-23 16:54:27 +05:30
parent 69f14893d6
commit 1cb49f2dc4

View File

@ -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 }}