refactor: maintain flat orders

This commit is contained in:
Carlos Valente
2025-04-17 10:12:06 +02:00
committed by arc-alex
parent dd6d74121c
commit 3754c374c3
13 changed files with 71 additions and 25 deletions
@@ -13,6 +13,7 @@ const cachedRundownPlaceholder: Rundown = {
id: 'default',
title: '',
order: [],
flatOrder: [],
entries: {},
revision: -1,
};