Skip to content

Commit

Permalink
style(core): sort props
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Dec 12, 2024
1 parent c0695e4 commit 8562f3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ function RootFieldActionMenuGroup(props: {
<MenuButton
button={
<Button
tabIndex={0}
icon={node.icon}
aria-label={open ? undefined : title}
data-testid="field-actions-trigger"
icon={node.icon}
mode="bleed"
tabIndex={0}
tooltipProps={{
...STATUS_BUTTON_TOOLTIP_PROPS,
content: node.title,
Expand Down

0 comments on commit 8562f3a

Please sign in to comment.