diff --git a/renderer/src/layouts/projects/Import/ConflictEditor.jsx b/renderer/src/layouts/projects/Import/ConflictEditor.jsx index fe9abb35a..fb58abfe4 100644 --- a/renderer/src/layouts/projects/Import/ConflictEditor.jsx +++ b/renderer/src/layouts/projects/Import/ConflictEditor.jsx @@ -4,7 +4,7 @@ import { useTranslation } from 'react-i18next'; import ConflictSection from './ConflictSection'; function ConflictEditor({ - selectedFileContent, setSelectedFileContent, selectedFileName, FileContentOrginal, setEnableSave, resolvedFileNames, + selectedFileContent, setSelectedFileContent, selectedFileName, FileContentOrginal, setEnableSave, resolvedFileNames, conflictData, }) { const [resolveAllActive, setResolveALlActive] = useState(); const [resetAlll, setResetAll] = useState(); @@ -166,14 +166,23 @@ function ConflictEditor({ {/* Content */}