File tree Expand file tree Collapse file tree
apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3130,6 +3130,7 @@ const ColumnHeaderMenu = React.memo(function ColumnHeaderMenu({
31303130 className = 'flex h-full shrink-0 cursor-pointer items-center pr-2 pl-0.5 text-[var(--text-muted)] opacity-0 transition-opacity hover:text-[var(--text-primary)] group-hover:opacity-100'
31313131 onClick = { handleChevronClick }
31323132 draggable = { false }
3133+ aria-label = 'Column options'
31333134 >
31343135 < ChevronDown className = 'h-[7px] w-[9px]' />
31353136 </ button >
@@ -3145,7 +3146,7 @@ const ColumnHeaderMenu = React.memo(function ColumnHeaderMenu({
31453146 pointerEvents : 'none' ,
31463147 } }
31473148 tabIndex = { - 1 }
3148- aria-hidden
3149+ aria-hidden = 'true'
31493150 />
31503151 </ DropdownMenuTrigger >
31513152 < DropdownMenuContent
You can’t perform that action at this time.
0 commit comments