fix: replace $effect with onMount for initial data load

$effect re-runs on any reactive state change — loadData/loadConfig both
write state, creating an infinite loop that hung the page under load.
This commit is contained in:
Falkan
2026-03-18 20:18:30 -04:00
parent b020b74c31
commit 4c2fe9b3ad
2 changed files with 5 additions and 3 deletions

View File

@@ -117,7 +117,9 @@
"id": "another-group",
"label": "Another Group",
"baseUnitId": "",
"toUniversal": 1
"toUniversal": 1,
"alwaysShowLabel": false,
"hidden": true
}
]
}