Skip to content

Commit

Permalink
fixed clone not being an operation which adds things
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jun 21, 2023
1 parent 2a10749 commit 310c429
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@ const routes = [
{
path: "/edit/:id",
component: EditMonitor,
},
{
path: "/add",
component: EditMonitor,
children: [
{
path: "/clone/:id",
component: EditMonitor,
},
{
path: "/add",
component: EditMonitor,
},

]
},
{
Expand Down

0 comments on commit 310c429

Please sign in to comment.