fix : disabled EXA button

This commit is contained in:
karthik 2025-09-19 11:07:14 +05:30
parent 89c9307d0f
commit 552fd22efd

View File

@ -53,7 +53,7 @@ export class TouchPadMenuComponent implements OnInit, OnDestroy {
maxRowsReached: boolean = false;
totalAmountLimitReached: boolean = false;
showLimitPopup: boolean = false;
disabledLabels: string[] = ['SHW', 'SJP', '.'];
disabledLabels: string[] = ['SHW', 'SJP', '.','EXA'];
// TNP logic
tanGroupStage = 0;