Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ea34f commit 5bd4f1bCopy full SHA for 5bd4f1b
site/src/router.tsx
@@ -472,6 +472,10 @@ export const router = createBrowserRouter(
472
473
{/* Pages that don't have the dashboard layout */}
474
<Route path="/:username/:workspace" element={<WorkspacePage />} />
475
+ <Route
476
+ path="/templates/:template/versions/:version/edit"
477
+ element={<TemplateVersionEditorPage />}
478
+ />
479
<Route
480
path="/templates/:organization/:template/versions/:version/edit"
481
element={<TemplateVersionEditorPage />}
0 commit comments