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
|
// Find the current sheet in recent sheets and update its column mapping
|
||||||
const sheetIndex = recentSheets.findIndex(
|
const sheetIndex = recentSheets.findIndex(
|
||||||
(sheet: SheetInfoType) =>
|
(sheet: SheetInfoType) => sheet.id === $selectedSheet.id
|
||||||
(sheet.id === $selectedSheet.id || sheet.id === $selectedSheet.id) &&
|
|
||||||
(sheet.sheetName === selectedSheetName || sheet.sheetMapping === selectedSheetName)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
const columnMappingData = {
|
const columnMappingData = {
|
||||||
|
|||||||
Reference in New Issue
Block a user