Fiexed column mapping storage
This commit is contained in:
@@ -337,9 +337,7 @@
|
||||
|
||||
// Find the current sheet in recent sheets and update its column mapping
|
||||
const sheetIndex = recentSheets.findIndex(
|
||||
(sheet: SheetInfoType) =>
|
||||
(sheet.id === $selectedSheet.id || sheet.id === $selectedSheet.id) &&
|
||||
(sheet.sheetName === selectedSheetName || sheet.sheetMapping === selectedSheetName)
|
||||
(sheet: SheetInfoType) => sheet.id === $selectedSheet.id
|
||||
);
|
||||
|
||||
const columnMappingData = {
|
||||
|
||||
Reference in New Issue
Block a user