We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ea770 commit 59b2e99Copy full SHA for 59b2e99
src/components/pickers/Menu/MenuButton.tsx
@@ -134,7 +134,7 @@ export function MenuButton({
134
};
135
136
return (
137
- <StyledButton {...props} disabled={isDisabled ? '' : undefined} mods={mods}>
+ <StyledButton {...props} mods={mods}>
138
{checkIcon ? <div data-element="ButtonIcon">{checkIcon}</div> : null}
139
{icon ? <div data-element="ButtonIcon">{icon}</div> : null}
140
<Space gap="1x" placeContent="space-between" overflow="clip" width="100%">
0 commit comments