We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1968544 commit 2f8066bCopy full SHA for 2f8066b
libs/designer/src/lib/ui/settings/sections/general.tsx
@@ -242,7 +242,7 @@ export const General = ({
242
concurrencySubLabel,
243
/* isSubLabelToggle*/ true
244
),
245
- ariaLabel: concurrencyTitle,
+ ariaLabel: concurrencySubLabel,
246
},
247
visible: concurrency?.isSupported,
248
@@ -257,7 +257,7 @@ export const General = ({
257
onValueChange: onConcurrencyRunValueChange,
258
sliderLabel: degreeOfParallelism,
259
readOnly,
260
+ ariaLabel: degreeOfParallelism,
261
262
visible: concurrency?.isSupported && concurrency?.value?.enabled,
263
0 commit comments