mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
fix: Both Add
and Home
being shown as selected on the homescreen (#3256)
This commit is contained in:
parent
1cf88f4fea
commit
da168fc220
1 changed files with 7 additions and 5 deletions
|
@ -68,15 +68,17 @@ const routes = [
|
|||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/add",
|
||||
component: EditMonitor,
|
||||
children: [
|
||||
{
|
||||
path: "/clone/:id",
|
||||
component: EditMonitor,
|
||||
},
|
||||
{
|
||||
path: "/add",
|
||||
component: EditMonitor,
|
||||
},
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/list",
|
||||
|
|
Loading…
Reference in a new issue