refactor: fixes to custom field

This commit is contained in:
Carlos Valente
2025-07-11 16:49:41 +02:00
parent 4d419c0877
commit d8c1c38123
20 changed files with 103 additions and 108 deletions
+2 -2
View File
@@ -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',
},
},