mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-29 13:19:33 -06:00
Add comments
This commit is contained in:
@@ -366,6 +366,7 @@ const PageSpeedConfigure = () => {
|
||||
</Box>
|
||||
<Stack gap={theme.spacing(6)}>
|
||||
<Typography component="p">{t("whenNewIncident")}</Typography>
|
||||
{/* Future Feature: Notify via SMS */}
|
||||
{/* <Checkbox
|
||||
id="notify-sms"
|
||||
label={t("notifySMS")}
|
||||
@@ -385,6 +386,7 @@ const PageSpeedConfigure = () => {
|
||||
value={user?.email}
|
||||
onChange={(event) => handleChange(event)}
|
||||
/>
|
||||
{/* Future Feature: Notify via Email */}
|
||||
{/* <Checkbox
|
||||
id="notify-email"
|
||||
label={t("notifyEmails")}
|
||||
|
||||
Reference in New Issue
Block a user