From 24db31b2ca443f631248598438b13576e6b10e0f Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:16:13 -0300 Subject: [PATCH] fix: certificate chain toggle not working on button click When clicking directly on the toggle button icon, the event was not properly triggering the expand/collapse action. This fix adds @click.stop to the NcButton to ensure the toggle action is executed and prevents event bubbling issues. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/views/Validation.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Validation.vue b/src/views/Validation.vue index a00800be5f..190706c91c 100644 --- a/src/views/Validation.vue +++ b/src/views/Validation.vue @@ -622,7 +622,8 @@