mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-02 21:09:09 +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 (
|
return (
|
||||||
<EventRow
|
<EventRow
|
||||||
key={row.id}
|
key={`${row.id}-${entry.revision}`}
|
||||||
rowId={row.id}
|
rowId={row.id}
|
||||||
eventId={entry.id}
|
eventId={entry.id}
|
||||||
eventIndex={eventIndex}
|
eventIndex={eventIndex}
|
||||||
|
|||||||
Reference in New Issue
Block a user