There was an error while loading. Please reload this page.
1 parent 4503347 commit cafddaaCopy full SHA for cafddaa
1 file changed
src/UI/components/map/layers/downloadDataControl.tsx
@@ -295,12 +295,12 @@ export const DownloadDataControl = () => {
295
</Typography>
296
297
{/* Checkbox 4 (optional): notify me when new data is added */}
298
- <CheckboxRow
299
- checked={notifyMe}
300
- onChange={(e) => setNotifyMe(e.target.checked)}
301
- >
302
- {t('downloadData.notifyMe')}
303
- </CheckboxRow>
+ {/* <CheckboxRow */}
+ {/* checked={notifyMe} */}
+ {/* onChange={(e) => setNotifyMe(e.target.checked)} */}
+ {/* > */}
+ {/* {t('downloadData.notifyMe')} */}
+ {/* </CheckboxRow> */}
304
305
<CheckboxRow
306
checked={includeDOI}
0 commit comments