mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Do not active the old monitor in the clone page
This commit is contained in:
parent
f9a6d7ec44
commit
43c797a34e
1 changed files with 4 additions and 4 deletions
|
@ -65,12 +65,12 @@ const routes = [
|
|||
path: "/edit/:id",
|
||||
component: EditMonitor,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/clone/:id",
|
||||
component: EditMonitor,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/add",
|
||||
component: EditMonitor,
|
||||
|
|
Loading…
Reference in a new issue