Skip to content

Commit

Permalink
Remove hardcoded accessibleWhenDisabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Dec 2, 2024
1 parent a6960a3 commit fdb7b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/menu/trigger-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const MenuTriggerButton = forwardRef<
ref={ ref }
{ ...props }
disabled={ disabled }
accessibleWhenDisabled
store={ menuContext.store }
>
{ children }
Expand Down

0 comments on commit fdb7b93

Please sign in to comment.