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()