From aa4e45df2460319fb1f95798047bf16a96482dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EB=B3=91=EC=B2=A0?= Date: Thu, 19 Mar 2026 21:07:05 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20[template]=20IntegratedDetailTemplate?= =?UTF-8?q?=20hideActions=20=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/templates/IntegratedDetailTemplate/index.tsx | 1 + src/components/templates/IntegratedDetailTemplate/types.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/components/templates/IntegratedDetailTemplate/index.tsx b/src/components/templates/IntegratedDetailTemplate/index.tsx index 0577c206..a5e8b52f 100644 --- a/src/components/templates/IntegratedDetailTemplate/index.tsx +++ b/src/components/templates/IntegratedDetailTemplate/index.tsx @@ -341,6 +341,7 @@ function IntegratedDetailTemplateInner>( const shouldSticky = stickyButtons && !isTopButtons; const renderActionButtons = useCallback((additionalClass?: string) => { + if (actions.hideActions) return null; return (