feat(ui): disable scan models tab

not working yet WIP
This commit is contained in:
psychedelicious 2024-01-02 21:12:38 +11:00 committed by Kent Keirsey
parent ae8ffe9d51
commit 4cffe282bd

View File

@ -32,6 +32,7 @@ const ImportModelsPanel = () => {
isChecked={addModelTab == 'scan'}
size="sm"
width="100%"
isDisabled
>
{t('modelManager.scanForModels')}
</InvButton>