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 committed by IshaVenikar
parent 82c4b71694
commit 624f36155a

View File

@ -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" />