mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 07:29:08 +00:00
fix: sheet default import map (#1775)
* fix: default import map * fix: update test
This commit is contained in:
committed by
Carlos Valente
parent
e632a08557
commit
cd6d6f24eb
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user