Fix deploy button disabled for deployers with no min payment

This commit is contained in:
Shreerang Kale 2025-01-30 17:11:18 +05:30
parent e9ec53c556
commit c15e1c2151

View File

@ -566,7 +566,7 @@ const Configure = () => {
<Button
{...buttonSize}
type="submit"
disabled={isLoading || !selectedDeployer || !selectedAccount}
disabled={isLoading || !selectedDeployer}
rightIcon={
isLoading ? (
<LoadingIcon className="animate-spin" />