update default for downloadAccess to true

This commit is contained in:
Abhinav 2022-11-29 22:40:27 +05:30
parent 1650666186
commit 8d859d519c

View file

@ -49,7 +49,7 @@ export function ManageDownloadAccess({
<Box>
<Typography mb={0.5}>{constants.FILE_DOWNLOAD}</Typography>
<PublicShareSwitch
checked={publicShareProp?.enableDownload ?? false}
checked={publicShareProp?.enableDownload ?? true}
onChange={handleFileDownloadSetting}
/>
</Box>