mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): disable scan models tab
not working yet WIP
This commit is contained in:
parent
ae8ffe9d51
commit
4cffe282bd
@ -32,6 +32,7 @@ const ImportModelsPanel = () => {
|
|||||||
isChecked={addModelTab == 'scan'}
|
isChecked={addModelTab == 'scan'}
|
||||||
size="sm"
|
size="sm"
|
||||||
width="100%"
|
width="100%"
|
||||||
|
isDisabled
|
||||||
>
|
>
|
||||||
{t('modelManager.scanForModels')}
|
{t('modelManager.scanForModels')}
|
||||||
</InvButton>
|
</InvButton>
|
||||||
|
Loading…
Reference in New Issue
Block a user