diff --git a/frontend/src/lib/components/apps/components/table/AppTable.svelte b/frontend/src/lib/components/apps/components/table/AppTable.svelte index 606962dc41..4d9f54a48e 100644 --- a/frontend/src/lib/components/apps/components/table/AppTable.svelte +++ b/frontend/src/lib/components/apps/components/table/AppTable.svelte @@ -65,6 +65,7 @@ result.length > 0 && // We need to wait until the component is mounted so the world is created mounted && + outputs && toggleRow({ original: result[0] }, 0) function setOptions(filteredResult: Array>) {