mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-14 05:39:50 -06:00
Removed redundant code
This commit is contained in:
@@ -88,11 +88,6 @@ const CreateMonitor = () => {
|
||||
}
|
||||
};
|
||||
|
||||
// const handleNotifications = (event) => {
|
||||
// const { value } = event.target;
|
||||
// setMonitor((prev) => ({ ...prev, notifications: value }));
|
||||
// };
|
||||
|
||||
const handleCreateMonitor = async (event) => {
|
||||
event.preventDefault();
|
||||
//obj to submit
|
||||
@@ -146,8 +141,6 @@ const CreateMonitor = () => {
|
||||
{ _id: 5, name: "5 minutes" },
|
||||
];
|
||||
|
||||
console.log(monitor);
|
||||
|
||||
return (
|
||||
<Box className="create-monitor">
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user