mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-03 13:29:06 +00:00
refactor: fixes to custom field
This commit is contained in:
@@ -62,7 +62,7 @@ describe('createTransaction', () => {
|
||||
rundown.title = 'Another Title';
|
||||
customFields['newField'] = {
|
||||
label: 'New Field',
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
colour: 'blue',
|
||||
};
|
||||
|
||||
@@ -524,12 +524,12 @@ describe('processRundown()', () => {
|
||||
const customProperties: CustomFields = {
|
||||
lighting: {
|
||||
label: 'lighting',
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
colour: 'red',
|
||||
},
|
||||
sound: {
|
||||
label: 'sound',
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
colour: 'red',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user