diff --git a/ui/apps/dashboard/App.svelte b/ui/apps/dashboard/App.svelte index 0b29ba5..41f8c83 100644 --- a/ui/apps/dashboard/App.svelte +++ b/ui/apps/dashboard/App.svelte @@ -18,7 +18,7 @@ const types = await networkClient.getTypes(); for (const type of types) { - types[type] = await networkClient.getNetworksByType(); + types[type] = await networkClient.getNetworksByType(type); } });