+
{isConflicting ?
: null}
- {showMergeSuccessIndicator ?
: null}
+ {isMergeSuccess ?
: null}
{isMergeLoading ? (
-
+
- {!showMergeSuccessIndicator && showMergeButton ? (
+ {!isMergeSuccess && showMergeButton ? (
);
}
diff --git a/app/client/src/git/components/ProtectedBranches/ProtectedBranchesView.tsx b/app/client/src/git/components/ProtectedBranches/ProtectedBranchesView.tsx
index 1eed46b4b595..f616a4e5b9b7 100644
--- a/app/client/src/git/components/ProtectedBranches/ProtectedBranchesView.tsx
+++ b/app/client/src/git/components/ProtectedBranches/ProtectedBranchesView.tsx
@@ -169,7 +169,7 @@ function ProtectedBranchesView({