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 27e1ac1 commit eb10f87Copy full SHA for eb10f87
1 file changed
packages/dashboard-frontend/src/components/WorkspaceProgress/Wizard/index.tsx
@@ -134,7 +134,7 @@ class WorkspaceProgressWizard extends React.Component<Props> {
134
<span
135
className={this.navLinkClassName(isSubCurrent, !canJumpTo)}
136
aria-current={isSubCurrent ? 'step' : undefined}
137
- tabIndex={0}
+ tabIndex={0} // temp
138
>
139
<span className={wizardStyles.wizardNavLinkMain}>{name}</span>
140
</span>
0 commit comments