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
|
<Button
|
||||||
{...buttonSize}
|
{...buttonSize}
|
||||||
type="submit"
|
type="submit"
|
||||||
disabled={isLoading || !selectedDeployer || !selectedAccount}
|
disabled={isLoading || !selectedDeployer}
|
||||||
rightIcon={
|
rightIcon={
|
||||||
isLoading ? (
|
isLoading ? (
|
||||||
<LoadingIcon className="animate-spin" />
|
<LoadingIcon className="animate-spin" />
|
||||||
|
Loading…
Reference in New Issue
Block a user