We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d7736 commit 0528f10Copy full SHA for 0528f10
src/pages/PlanPage/subRoutes/CurrentOrgPlan/AccountOrgs/AccountOrgs.tsx
@@ -230,6 +230,7 @@ export default function AccountOrgs({ account }: AccountOrgsArgs) {
230
className="h-14 hover:cursor-pointer hover:bg-ds-gray-primary"
231
onClick={() => linkToMembersTab(row.original.name)}
232
tabIndex={0}
233
+ role="button"
234
>
235
{row.getVisibleCells().map((cell) => (
236
<td key={cell.id}>
0 commit comments