diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0724781..e0f81e7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ ## 1.7.0-RC4 - App release process + - Fixed error message deletion upon deleting of csv file in technical integration + - Fixed consent check removal issue on save + +- Service release process + - Fixed consent check removal issue on save ## 1.7.0-RC3 diff --git a/src/components/shared/basic/ReleaseProcess/components/CommonContractAndConsent.tsx b/src/components/shared/basic/ReleaseProcess/components/CommonContractAndConsent.tsx index 0df60c5f3..a37f92ec7 100644 --- a/src/components/shared/basic/ReleaseProcess/components/CommonContractAndConsent.tsx +++ b/src/components/shared/basic/ReleaseProcess/components/CommonContractAndConsent.tsx @@ -368,7 +368,6 @@ export default function CommonContractAndConsent({ type === ReleaseProcessTypes.SERVICE_RELEASE && dispatch(serviceReleaseStepIncrement()) } - setAgreementData([]) }) .catch(() => { setContractNotification(true)