fix: add event at end of block

This commit is contained in:
Carlos Valente
2025-05-01 11:47:38 +02:00
committed by Carlos Valente
parent deffbdaa43
commit d351778ef2
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ export default function Rundown({ data }: RundownProps) {
<Fragment key={entryId}>
{showPrependingQuickAdd && (
<QuickAddBlock
previousEventId={rundownMetadata.previousEntryId}
previousEventId={rundownMetadata.thisId}
parentBlock={parentId}
backgroundColor={parentColour}
/>