diff --git a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/automations/page.tsx b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/automations/page.tsx index c8fe15af692..5696520e8ff 100644 --- a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/automations/page.tsx +++ b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/automations/page.tsx @@ -105,7 +105,7 @@ function AutomationsPage() { ), }); - const { data: automationRows = [] } = useLiveQuery( + const { data: automationRows = [], isReady: automationsReady } = useLiveQuery( (q) => q .from({ a: collections.automations }) @@ -228,7 +228,7 @@ function AutomationsPage() {