0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-28 02:17:11 +01:00

Do not active the old monitor in the clone page

This commit is contained in:
Louis Lam 2023-02-25 16:20:59 +08:00
parent f9a6d7ec44
commit 43c797a34e

View File

@ -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,