From 0c0a0353a0e89a5e98e803c50ffa7b266c1b6a14 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Thu, 22 Jun 2023 09:20:35 -0500 Subject: [PATCH] Add Duplicate --- src/App.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 8b5c118..147526b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -308,7 +308,14 @@ export default function App() name: `${app.label}`, key: `${app.name}.edit`, route: `${path}/:id/edit`, - component: , + component: , + }); + + routeList.push({ + name: `${app.label}`, + key: `${app.name}.duplicate`, + route: `${path}/:id/duplicate`, + component: , }); routeList.push({