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
|
||||
style={{ fontSize: 'sm' }}
|
||||
aria-label="Model Select"
|
||||
tooltip={activeModel.description}
|
||||
isDisabled={isProcessing}
|
||||
value={activeModel.name}
|
||||
|
Loading…
Reference in New Issue
Block a user