mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
refactor: fixes to custom field
This commit is contained in:
@@ -528,12 +528,12 @@ export const demoDb: DatabaseModel = {
|
||||
customFields: {
|
||||
Song: {
|
||||
label: 'Song',
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
colour: '#339E4E',
|
||||
},
|
||||
Artist: {
|
||||
label: 'Artist',
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
colour: '#3E75E8',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user