refactor: maintain flat orders

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