Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49593f7

Browse files
committedMar 17, 2025··
fixup! button: revert dom change
1 parent 7a9e60f commit 49593f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎static/app/components/core/button/index.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ function BaseButton({
317317
</StyledButton>
318318
);
319319

320+
if (!title) {
321+
return button;
322+
}
323+
320324
return (
321325
<Tooltip skipWrapper {...tooltipProps} title={title} disabled={!title}>
322326
{button}

0 commit comments

Comments
 (0)
Please sign in to comment.