From 933eff9d9736d8dd8beaccf5031f0c50f49f6ca2 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 26 Jul 2026 02:35:37 +0900 Subject: [PATCH] fix(showcase): correct QuantMasterGrid props binding (headers & items) and add null-safety checks to prevent TypeError --- src/frontend/src/components/QuantMasterGrid.vue | 4 ++-- src/frontend/src/views/ComponentShowcaseView.vue | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/QuantMasterGrid.vue b/src/frontend/src/components/QuantMasterGrid.vue index 0f07b59d..76f99cdb 100644 --- a/src/frontend/src/components/QuantMasterGrid.vue +++ b/src/frontend/src/components/QuantMasterGrid.vue @@ -54,7 +54,7 @@ const onRowClick = (item: any) => { @click="onRowClick(item)" > {