Skip to content

Commit 2f8066b

Browse files
authored
fix(designer): Accessibility - Set right aria label for concurrency control inputs (#6195)
Set right aria label for inputs
1 parent 1968544 commit 2f8066b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/designer/src/lib/ui/settings/sections/general.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export const General = ({
242242
concurrencySubLabel,
243243
/* isSubLabelToggle*/ true
244244
),
245-
ariaLabel: concurrencyTitle,
245+
ariaLabel: concurrencySubLabel,
246246
},
247247
visible: concurrency?.isSupported,
248248
},
@@ -257,7 +257,7 @@ export const General = ({
257257
onValueChange: onConcurrencyRunValueChange,
258258
sliderLabel: degreeOfParallelism,
259259
readOnly,
260-
ariaLabel: concurrencyTitle,
260+
ariaLabel: degreeOfParallelism,
261261
},
262262
visible: concurrency?.isSupported && concurrency?.value?.enabled,
263263
},

0 commit comments

Comments
 (0)