add aria-label to ModelSelect

This commit is contained in:
ElrikUnderlake 2023-03-06 22:39:08 -06:00
parent 8f21201c91
commit f0fb767f57
No known key found for this signature in database
GPG Key ID: E9A5CF18AF6E2C67

View File

@ -38,6 +38,7 @@ const ModelSelect = () => {
>
<IAISelect
style={{ fontSize: 'sm' }}
aria-label="Model Select"
tooltip={activeModel.description}
isDisabled={isProcessing}
value={activeModel.name}