Display DNS deployment URLs in overview section #21

Merged
nabarun merged 6 commits from iv-disable-deploy-button into main 2024-10-30 13:11:05 +00:00
Showing only changes of commit 01b1350689 - Show all commits

View File

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