mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add aria-label to ModelSelect
This commit is contained in:
parent
8f21201c91
commit
f0fb767f57
@ -38,6 +38,7 @@ const ModelSelect = () => {
|
|||||||
>
|
>
|
||||||
<IAISelect
|
<IAISelect
|
||||||
style={{ fontSize: 'sm' }}
|
style={{ fontSize: 'sm' }}
|
||||||
|
aria-label="Model Select"
|
||||||
tooltip={activeModel.description}
|
tooltip={activeModel.description}
|
||||||
isDisabled={isProcessing}
|
isDisabled={isProcessing}
|
||||||
value={activeModel.name}
|
value={activeModel.name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user