Fix deploy button disabled for deployers with no min payment
This commit is contained in:
parent
e9ec53c556
commit
c15e1c2151
@ -566,7 +566,7 @@ const Configure = () => {
|
||||
<Button
|
||||
{...buttonSize}
|
||||
type="submit"
|
||||
disabled={isLoading || !selectedDeployer || !selectedAccount}
|
||||
disabled={isLoading || !selectedDeployer}
|
||||
rightIcon={
|
||||
isLoading ? (
|
||||
<LoadingIcon className="animate-spin" />
|
||||
|
Loading…
Reference in New Issue
Block a user