fix: Both `Add` and `Home` being shown as selected on the homescreen (#3256)
This commit is contained in:
parent
1cf88f4fea
commit
da168fc220
|
@ -68,15 +68,17 @@ const routes = [
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
],
|
||||||
path: "/clone/:id",
|
|
||||||
component: EditMonitor,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/add",
|
path: "/add",
|
||||||
component: EditMonitor,
|
component: EditMonitor,
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: "/clone/:id",
|
||||||
|
component: EditMonitor,
|
||||||
},
|
},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/list",
|
path: "/list",
|
||||||
|
|
Loading…
Reference in New Issue