From 25d838471638f1d2d2287236a28d1cc3d314b443 Mon Sep 17 00:00:00 2001 From: jaeone94 <89377375+jaeone94@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:03:59 +0900 Subject: [PATCH] fix(ErrorNodeCard): show error message body in compact (single-node) mode (#9437) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Remove the `!compact` condition that was preventing the error message body from being displayed in compact (single-node error) mode. ## Changes - **What**: Removed `&& !compact` guard from `v-if="error.message && !compact"` in `ErrorNodeCard.vue` so the error message body is always shown when present, regardless of display mode image ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9437-fix-ErrorNodeCard-show-error-message-body-in-compact-single-node-mode-31a6d73d3650814683f7e6983534a4ad) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action --- src/components/rightSidePanel/errors/ErrorNodeCard.vue | 2 +- src/components/rightSidePanel/errors/MissingNodeCard.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/rightSidePanel/errors/ErrorNodeCard.vue b/src/components/rightSidePanel/errors/ErrorNodeCard.vue index 919996412e..81d600bd07 100644 --- a/src/components/rightSidePanel/errors/ErrorNodeCard.vue +++ b/src/components/rightSidePanel/errors/ErrorNodeCard.vue @@ -49,7 +49,7 @@ >

{{ error.message }} diff --git a/src/components/rightSidePanel/errors/MissingNodeCard.vue b/src/components/rightSidePanel/errors/MissingNodeCard.vue index e58d859c5b..dd915afcba 100644 --- a/src/components/rightSidePanel/errors/MissingNodeCard.vue +++ b/src/components/rightSidePanel/errors/MissingNodeCard.vue @@ -21,13 +21,13 @@ >