From 1fd5c31fd1c47a92ea4c5c2505dc7346a6b4d381 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 13 Apr 2026 17:55:16 +0200 Subject: [PATCH] fix(training): pass trainingInfo directly to SegmentationTrainingCard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The parent was manually remapping availableSegBlocks → availableBlocks before passing props, which broke after the card was updated to read availableSegBlocks directly. Pass the full trainingInfo object instead. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/admin/system/+page.svelte | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/frontend/src/routes/admin/system/+page.svelte b/frontend/src/routes/admin/system/+page.svelte index 76ef4ed0..adb7c4e3 100644 --- a/frontend/src/routes/admin/system/+page.svelte +++ b/frontend/src/routes/admin/system/+page.svelte @@ -107,15 +107,7 @@ async function backfillFileHashes() { - +