mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 00:13:53 +00:00
refactor: edit cue field
This commit is contained in:
committed by
Carlos Valente
parent
2c25910863
commit
1bdea8e436
+1
-1
@@ -109,7 +109,7 @@ export function makeCuesheetColumns(customFields: CustomFields): ColumnDef<Ontim
|
||||
accessorKey: 'cue',
|
||||
id: 'cue',
|
||||
header: 'Cue',
|
||||
cell: (row) => row.getValue(),
|
||||
cell: MakeSingleLineField,
|
||||
size: 75,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user