Skip to content

Commit 5bd4f1b

Browse files
aslilacstirby
authored andcommitted
fix: add template editor to /templates/:templateName route group (#14206)
(cherry picked from commit d0feb70)
1 parent d1ea34f commit 5bd4f1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/src/router.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,10 @@ export const router = createBrowserRouter(
472472

473473
{/* Pages that don't have the dashboard layout */}
474474
<Route path="/:username/:workspace" element={<WorkspacePage />} />
475+
<Route
476+
path="/templates/:template/versions/:version/edit"
477+
element={<TemplateVersionEditorPage />}
478+
/>
475479
<Route
476480
path="/templates/:organization/:template/versions/:version/edit"
477481
element={<TemplateVersionEditorPage />}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy