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', 'Timer type',
'Count to end', 'Count to end',
'Skip', 'Skip',
'Notes', 'Note',
't0', 't0',
'Test1', 'Test1',
'test2', 'test2',
@@ -14,7 +14,7 @@ export const defaultImportMap = {
title: 'title', title: 'title',
countToEnd: 'count to end', countToEnd: 'count to end',
skip: 'skip', skip: 'skip',
note: 'notes', note: 'note',
colour: 'colour', colour: 'colour',
endAction: 'end action', endAction: 'end action',
timerType: 'timer type', timerType: 'timer type',