Use as unknown as ResultsPaths in ResultsApp.tsx

This commit is contained in:
Robert
2024-02-13 14:52:42 +00:00
parent ac707ff75c
commit ed96cbb2c9

View File

@@ -173,7 +173,7 @@ export function ResultsApp() {
},
selectedTable: tableName,
},
origResultsPaths: undefined as any, // FIXME: Not used for interpreted, refactor so this is not needed
origResultsPaths: undefined as unknown as ResultsPaths, // FIXME: Not used for interpreted, refactor so this is not needed
sortedResultsMap: new Map(), // FIXME: Not used for interpreted, refactor so this is not needed
database: msg.database,
interpretation: msg.interpretation,