feat(ui): add tooltip to IAIMantineSelect

This commit is contained in:
psychedelicious
2023-06-12 22:11:56 +10:00
parent 4a991b4daa
commit 4ba5086b9a
3 changed files with 52 additions and 45 deletions

View File

@ -63,6 +63,7 @@ const ModelSelect = () => {
return (
<IAIMantineSelect
tooltip={selectedModel?.description}
label={t('modelManager.model')}
value={selectedModel?.name ?? ''}
placeholder="Pick one"