fix: sheet default import map (#1775)

* fix: default import map

* fix: update test
This commit is contained in:
Alex Christoffer Rasmussen
2025-09-08 09:49:01 +02:00
committed by Carlos Valente
parent e632a08557
commit cd6d6f24eb
2 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@ export const dataFromExcelTemplate = [
'Timer type',
'Count to end',
'Skip',
'Notes',
'Note',
't0',
'Test1',
'test2',
@@ -14,7 +14,7 @@ export const defaultImportMap = {
title: 'title',
countToEnd: 'count to end',
skip: 'skip',
note: 'notes',
note: 'note',
colour: 'colour',
endAction: 'end action',
timerType: 'timer type',