Skip to content

Commit eb10f87

Browse files
committed
remove this commit later
Signed-off-by: Oleksii Korniienko <olkornii@redhat.com>
1 parent 27e1ac1 commit eb10f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/dashboard-frontend/src/components/WorkspaceProgress/Wizard

packages/dashboard-frontend/src/components/WorkspaceProgress/Wizard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class WorkspaceProgressWizard extends React.Component<Props> {
134134
<span
135135
className={this.navLinkClassName(isSubCurrent, !canJumpTo)}
136136
aria-current={isSubCurrent ? 'step' : undefined}
137-
tabIndex={0}
137+
tabIndex={0} // temp
138138
>
139139
<span className={wizardStyles.wizardNavLinkMain}>{name}</span>
140140
</span>

0 commit comments

Comments
 (0)