feat: Added option to clone a existing maintenance (#6330)

This commit is contained in:
Teodor Moquist
2025-11-10 19:22:14 +01:00
committed by GitHub
parent 81544c8a39
commit 751ffd8e72
4 changed files with 36 additions and 7 deletions
+4
View File
@@ -162,6 +162,10 @@ const routes = [
path: "/maintenance/edit/:id",
component: EditMaintenance,
},
{
path: "/maintenance/clone/:id",
component: EditMaintenance,
}
],
},
],