add fields to import modal (#685)

Co-authored-by: Fabian Posenau <fabian@fphome.de>
This commit is contained in:
Fabian Posenau
2023-12-30 22:11:06 +01:00
committed by GitHub
parent 5409c0ac6e
commit a5d8b91f34
3 changed files with 8 additions and 2 deletions
@@ -32,8 +32,8 @@ export const defaultExcelImportMap = {
user7: 'user7',
user8: 'user8',
user9: 'user9',
timeWarning: 'timeWarning',
timeDanger: 'timeDanger',
timeWarning: 'warning time',
timeDanger: 'danger time',
};
export function isExcelImportMap(obj: unknown): obj is ExcelImportMap {