updated simple install button to match other tabs

This commit is contained in:
Jennifer Player 2024-03-11 11:58:04 -04:00 committed by psychedelicious
parent 004bca5c42
commit ee77abb4fe

View File

@ -75,8 +75,6 @@ export const InstallModelForm = () => {
isDisabled={!formState.dirtyFields.location}
isLoading={isLoading}
type="submit"
size="sm"
mb={1}
>
{t('modelManager.addModel')}
</Button>