Skip to content

Commit dc5cf40

Browse files
committed
chore: cleanup
1 parent 54faa05 commit dc5cf40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/modules/management/OrganizationSidebarView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ const OrganizationsSettingsNavigation: FC<
116116
</PopoverTrigger>
117117
<PopoverContent align="start" className="w-60">
118118
<Command>
119-
{/* <button type="button" className="sr-only" /> */}
120119
<CommandList>
121120
<CommandGroup className="pb-2">
122121
{organizations.length > 1 && (
@@ -129,6 +128,8 @@ const OrganizationsSettingsNavigation: FC<
129128
setIsPopoverOpen(false);
130129
navigate(urlForSubpage(organization.name));
131130
}}
131+
// There is currently an issue with the cmdk component for keyboard navigation
132+
// https://github.com/pacocoursey/cmdk/issues/322
132133
tabIndex={0}
133134
>
134135
<Avatar

0 commit comments

Comments
 (0)