From f4dbc97a58ea8742dc356bdad4c03bbaa7b369b7 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 21 Jul 2025 12:00:41 +0000 Subject: [PATCH] fix: in home, archived and include without main not taken into account --- frontend/src/lib/components/home/ItemsList.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/components/home/ItemsList.svelte b/frontend/src/lib/components/home/ItemsList.svelte index 3329ea163f..4ef2a57ed0 100644 --- a/frontend/src/lib/components/home/ItemsList.svelte +++ b/frontend/src/lib/components/home/ItemsList.svelte @@ -248,6 +248,7 @@ ) $effect(() => { if ($userStore && $workspaceStore) { + ;[archived, includeWithoutMain] untrack(() => { loadScripts(includeWithoutMain) loadFlows()