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 (