Skip to content

Commit 4e4cfc2

Browse files
authored
fix: Reorder buttons in Cluster Wizard for screen reader (#4144)
* fix: Reorder buttons for screen reader * fix: change name??
1 parent 31c2b50 commit 4e4cfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Clusters/components/AddClusterDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export function AddClusterDialog() {
2424
className="add-cluster-wizard-dialog"
2525
headerText={t('clusters.add.title')}
2626
onClose={() => setShowWizard(false)}
27-
ref={dialogRef}
2827
>
2928
<ErrorBoundary>
3029
{showWizard ? (
@@ -34,6 +33,7 @@ export function AddClusterDialog() {
3433
dialogRef={dialogRef}
3534
/>
3635
) : null}
36+
<div ref={dialogRef}></div>
3737
</ErrorBoundary>
3838
</Dialog>
3939
);

0 commit comments

Comments
 (0)