Fix deploy button disabled for deployers with no min payment
This commit is contained in:
parent
82c4b71694
commit
624f36155a
@ -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