mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-24 02:29:35 -06:00
Merge pull request #2460 from bluewave-labs/hotfix/uptime-config
hotfix: uptime config
This commit is contained in:
@@ -198,8 +198,7 @@ const Configure = () => {
|
||||
}
|
||||
|
||||
toSubmit.notifications = form.notifications;
|
||||
console.log(JSON.stringify(toSubmit, null, 2));
|
||||
// await updateMonitor({ monitor: toSubmit, redirect: "/uptime" });
|
||||
await updateMonitor({ monitor: toSubmit, redirect: "/uptime" });
|
||||
};
|
||||
|
||||
// Parse the URL
|
||||
|
||||
Reference in New Issue
Block a user