Skip to content

Commit 642d277

Browse files
committed
fix(a11y): remove unnecessary aria-labelledby
1 parent 4354dcf commit 642d277

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/CommandPalette.client.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ useEventListener(document, 'keydown', handleGlobalKeydown)
365365
<section
366366
v-for="group in groupedCommands"
367367
:key="group.id"
368-
:aria-labelledby="`${dialogId}-group-${group.id}`"
369368
class="rounded-xl border border-border/70 bg-bg-subtle/70 p-1 sm:p-1.5"
370369
>
371370
<h3

0 commit comments

Comments
 (0)