mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
fix: sheet default import map (#1775)
* fix: default import map * fix: update test
This commit is contained in:
committed by
GitHub
parent
cc34db775a
commit
2e950965e0
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user