Disable deploy button if lrn is not selected
This commit is contained in:
parent
93afc0be7a
commit
01b1350689
@ -515,7 +515,7 @@ const Configure = () => {
|
||||
<Button
|
||||
{...buttonSize}
|
||||
type="submit"
|
||||
disabled={isLoading}
|
||||
disabled={isLoading || !selectedDeployer || !selectedAccount}
|
||||
rightIcon={
|
||||
isLoading ? (
|
||||
<LoadingIcon className="animate-spin" />
|
||||
|
Loading…
Reference in New Issue
Block a user