Compare commits

...

9 Commits

Author SHA1 Message Date
Frank Elsinga
6901f98460
Merge d06d78a63a into b287a25de7 2024-09-24 09:51:35 +00:00
Frank Elsinga
d06d78a63a
Merge branch 'master' into unnested_router 2024-01-18 14:04:30 +01:00
Frank Elsinga
4608b4573f
Merge branch 'master' into unnested_router 2023-12-04 15:47:36 +01:00
Frank Elsinga
18e5f348b1
Merge branch 'master' into unnested_router 2023-09-06 16:08:11 +02:00
Frank Elsinga
d908d995c7
Merge branch 'master' into unnested_router 2023-08-21 16:46:29 +02:00
Frank Elsinga
fd9cb1853b reverted the change to /edit/:id 2023-07-25 19:15:43 +02:00
Frank Elsinga
4f09996eff
Merge branch 'master' into unnested_router 2023-07-25 19:07:49 +02:00
Frank Elsinga
28715e46b8 fixed clone not being an operation which adds things 2023-06-26 15:40:23 +02:00
Frank Elsinga
78bbc364f3 fixed both Add and Home being shown as selected on the home-screen 2023-06-26 15:40:23 +02:00

View File

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