+
-
+
{createMessage(GIT_CONFLICTING_INFO)}
@@ -57,7 +50,7 @@ export default function ConflictInfo(props: CIPropType) {
- >
- ) : null;
+
+ );
}
diff --git a/app/client/src/pages/Editor/gitSync/components/GitErrorPopup.tsx b/app/client/src/pages/Editor/gitSync/components/GitErrorPopup.tsx
index 7521548ee1..86fa198b10 100644
--- a/app/client/src/pages/Editor/gitSync/components/GitErrorPopup.tsx
+++ b/app/client/src/pages/Editor/gitSync/components/GitErrorPopup.tsx
@@ -28,6 +28,7 @@ const StyledGitErrorPopup = styled.div`
right: 0;
display: flex;
justify-content: center;
+
.${Classes.OVERLAY_CONTENT} {
overflow: hidden;
bottom: ${(props) =>
@@ -36,6 +37,7 @@ const StyledGitErrorPopup = styled.div`
background-color: ${Colors.WHITE};
}
}
+
.git-error-popup {
width: 364px;
padding: ${(props) => props.theme.spaces[7]}px;
@@ -80,6 +82,8 @@ function GitErrorPopup() {
const gitConflictDocumentUrl = useSelector(getConflictFoundDocUrlDeploy);
+ const isConflicting = true; // refactored
+
return (