From c29c82346d3c0368ddcaf544f1f6674b39da2bf9 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 12 Aug 2026 14:58:52 +0200 Subject: [PATCH] Simplified event binding for confidence controls --- app/MindWork AI Studio/Components/ConfidenceInfo.razor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/MindWork AI Studio/Components/ConfidenceInfo.razor b/app/MindWork AI Studio/Components/ConfidenceInfo.razor index 0bf2d044..aad16ac7 100644 --- a/app/MindWork AI Studio/Components/ConfidenceInfo.razor +++ b/app/MindWork AI Studio/Components/ConfidenceInfo.razor @@ -5,11 +5,11 @@ @if (this.Mode is PopoverTriggerMode.ICON) { - + } else { - + @T("Confidence") } @@ -61,7 +61,7 @@ - + Close