Skip to content

Commit

Permalink
Add other notifications button to create uptime page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skorpios604 committed Jan 22, 2025
1 parent c4d223a commit bd16595
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Client/src/Pages/Uptime/CreateUptime/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,14 @@ const CreateMonitor = () => {
)}
value={user?.email}
onChange={(event) => handleNotifications(event, "email")}
/>
/>
<Button
variant="contained"
color="accent"
onClick={() => console.log("Other notification options clicked")}
>
Other notification options
</Button>
</Stack>
</ConfigBox>
<ConfigBox>
Expand Down

0 comments on commit bd16595

Please sign in to comment.