Skip to content

Commit c88ebac

Browse files
committed
button: remove tooltip disabled
1 parent 49593f7 commit c88ebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function BaseButton({
322322
}
323323

324324
return (
325-
<Tooltip skipWrapper {...tooltipProps} title={title} disabled={!title}>
325+
<Tooltip skipWrapper {...tooltipProps} title={title}>
326326
{button}
327327
</Tooltip>
328328
);

0 commit comments

Comments
 (0)