Skip to content

Commit cafddaa

Browse files
committed
temporarily-disable-download-notify-again
Will re-enable when mailing component is deployed.
1 parent 4503347 commit cafddaa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/UI/components/map/layers/downloadDataControl.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,12 @@ export const DownloadDataControl = () => {
295295
</Typography>
296296

297297
{/* 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>
298+
{/* <CheckboxRow */}
299+
{/* checked={notifyMe} */}
300+
{/* onChange={(e) => setNotifyMe(e.target.checked)} */}
301+
{/* > */}
302+
{/* {t('downloadData.notifyMe')} */}
303+
{/* </CheckboxRow> */}
304304

305305
<CheckboxRow
306306
checked={includeDOI}

0 commit comments

Comments
 (0)