Skip to content

Commit

Permalink
fix(north): archive disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerni10 committed Oct 13, 2022
1 parent edb5b10 commit 5062806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/North/Form/NorthForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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={<div>Move to archive folder or delete files when they are sent</div>}
onChange={onChange}
/>
Expand Down

0 comments on commit 5062806

Please sign in to comment.