Skip to content

Commit 42e26bf

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(resource): name bulk action buttons for accessibility
1 parent 6904e58 commit 42e26bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/components/resource/components/action-bar

‎apps/sim/app/workspace/[workspaceId]/components/resource/components/action-bar/action-bar.tsx‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function ActionButton({ icon: Icon, label, onClick, disabled }: ActionButtonProp
3434
<Tooltip.Root>
3535
<Tooltip.Trigger asChild>
3636
<Button
37+
aria-label={label}
3738
variant='ghost'
3839
onClick={onClick}
3940
disabled={disabled}
@@ -129,6 +130,7 @@ export function ResourceActionBar({
129130
<Tooltip.Trigger asChild>
130131
<DropdownMenuTrigger asChild>
131132
<Button
133+
aria-label='Move'
132134
variant='ghost'
133135
disabled={actionsDisabled}
134136
className={ACTION_BUTTON_CLASS}

0 commit comments

Comments
 (0)