mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
fix: memoisation of row should allow changes
This commit is contained in:
committed by
Carlos Valente
parent
0ac2ce8e84
commit
c2a6de6195
@@ -165,7 +165,7 @@ export default function CuesheetTable(props: CuesheetTableProps) {
|
||||
|
||||
return (
|
||||
<EventRow
|
||||
key={row.id}
|
||||
key={`${row.id}-${entry.revision}`}
|
||||
rowId={row.id}
|
||||
eventId={entry.id}
|
||||
eventIndex={eventIndex}
|
||||
|
||||
Reference in New Issue
Block a user