diff --git a/src/client/North/Form/NorthForm.jsx b/src/client/North/Form/NorthForm.jsx index a99ed59e75..fbaeaf0784 100644 --- a/src/client/North/Form/NorthForm.jsx +++ b/src/client/North/Form/NorthForm.jsx @@ -206,7 +206,7 @@ const NorthForm = ({ application, applicationIndex, onChange }) => { label={application.caching.archive.enabled ? 'Archive mode activated' : 'Archive mode deactivated'} name={`${prefix}.caching.archive.enabled`} value={application.caching.archive.enabled} - defaultValue + defaultValue={false} help={
Move to archive folder or delete files when they are sent
} onChange={onChange} />