import id's from sheet (#1516)

* import id's from sheet

* fix test

* fix test in utils

* remove comment

* ensure uri safe ids
This commit is contained in:
Alex Christoffer Rasmussen
2025-02-26 21:12:36 +01:00
committed by GitHub
parent e90161aa33
commit d0b4c6a279
6 changed files with 50 additions and 6 deletions
@@ -21,6 +21,7 @@ export const defaultImportMap = {
timeWarning: 'warning time',
timeDanger: 'danger time',
custom: {},
entryId: 'id',
};
/**