mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
refactor: fixes to custom field
This commit is contained in:
@@ -49,7 +49,7 @@ export function makeRundown(patch: Partial<Rundown>): Rundown {
|
||||
|
||||
export function makeCustomField(patch: Partial<CustomField>): CustomField {
|
||||
return {
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
colour: '#000000',
|
||||
label: 'Custom Field',
|
||||
...patch,
|
||||
|
||||
Reference in New Issue
Block a user