mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 15:35:53 +08:00
Do not active the old monitor in the clone page
This commit is contained in:
@@ -65,12 +65,12 @@ const routes = [
|
||||
path: "/edit/:id",
|
||||
component: EditMonitor,
|
||||
},
|
||||
{
|
||||
path: "/clone/:id",
|
||||
component: EditMonitor,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/clone/:id",
|
||||
component: EditMonitor,
|
||||
},
|
||||
{
|
||||
path: "/add",
|
||||
component: EditMonitor,
|
||||
|
Reference in New Issue
Block a user