chore: move to data tab after extracting data
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 13s

This commit is contained in:
Sabir Hassan
2024-01-17 22:38:26 +05:00
parent d6ecd12cea
commit 12b15df78c

View File

@@ -396,6 +396,7 @@ export class XLMapComponent implements AfterContentInit, AfterViewInit, OnInit {
this.isLoadingDesc = ''
this.xlData = extractedData
this.selectedTab = Tabs.Data
}
public getCellAddress(rule: string, arrayOfObjects: any[]) {