fix: goals route now finds devices by persistent DB ID, not connection UUID

This commit is contained in:
Sanju Sivalingam
2026-02-17 21:22:43 +05:30
parent 5b73e89217
commit fae5fd3534
4 changed files with 26 additions and 11 deletions

View File

@@ -370,7 +370,7 @@
</div>
<!-- Live Steps -->
{#if steps.length > 0 || runStatus === 'running'}
{#if steps.length > 0 || runStatus !== 'idle'}
<div class="rounded-lg border border-neutral-200">
<div
class="flex items-center justify-between border-b border-neutral-200 px-5 py-3"