mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +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',
|
accessorKey: 'cue',
|
||||||
id: 'cue',
|
id: 'cue',
|
||||||
header: 'Cue',
|
header: 'Cue',
|
||||||
cell: (row) => row.getValue(),
|
cell: MakeSingleLineField,
|
||||||
size: 75,
|
size: 75,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user