Use as unknown as ResultsPaths in ResultsApp.tsx

This commit is contained in:
Robert 2024-02-13 14:52:42 +00:00
Родитель ac707ff75c
Коммит ed96cbb2c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,