mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add an aria-label to ProgressBar
This commit is contained in:
parent
f0fb767f57
commit
89a8ef86b5
@ -30,6 +30,7 @@ const ProgressBar = () => {
|
|||||||
return (
|
return (
|
||||||
<Progress
|
<Progress
|
||||||
value={value}
|
value={value}
|
||||||
|
aria-label="Invoking progress bar"
|
||||||
isIndeterminate={isProcessing && !currentStatusHasSteps}
|
isIndeterminate={isProcessing && !currentStatusHasSteps}
|
||||||
height={PROGRESS_BAR_THICKNESS}
|
height={PROGRESS_BAR_THICKNESS}
|
||||||
zIndex={99}
|
zIndex={99}
|
||||||
|
Loading…
Reference in New Issue
Block a user