Disable deploy button if lrn is not selected

This commit is contained in:
IshaVenikar 2024-10-30 11:05:22 +05:30
parent 93afc0be7a
commit 01b1350689

View File

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