Skip to content

Commit 7a9f947

Browse files
committed
allow action button in handler if there is no collapse handler
1 parent 7cc81e6 commit 7a9f947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ContentGroup/ContentGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const ContentGroup = ({
189189
</div>
190190
</ToolbarSection>
191191
)}
192-
{!isCollapsed && handlerToggleCollapse && actionOptions && (
192+
{(!isCollapsed || !handlerToggleCollapse) && actionOptions && (
193193
<ToolbarSection className={`${eccgui}-contentgroup__header__options`}>
194194
<Spacing vertical size="small" />
195195
{actionOptions}

0 commit comments

Comments
 (0)