fix: Both Add and Home being shown as selected on the homescreen (#3256)

This commit is contained in:
Frank Elsinga
2024-10-04 14:33:21 +02:00
committed by GitHub
parent 1cf88f4fea
commit da168fc220

View File

@@ -68,15 +68,17 @@ const routes = [
},
],
},
],
},
{
path: "/add",
component: EditMonitor,
children: [
{
path: "/clone/:id",
component: EditMonitor,
},
{
path: "/add",
component: EditMonitor,
},
],
]
},
{
path: "/list",