Browse Source

articleId

visuddhinanda 2 years ago
parent
commit
6e49743b61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/Router.tsx

+ 1 - 1
dashboard/src/Router.tsx

@@ -288,7 +288,7 @@ const Widget = () => {
 
           <Route path="article" element={<StudioArticle />}>
             <Route path="list" element={<StudioArticleList />} />
-            <Route path=":articleid/edit" element={<StudioArticleEdit />} />
+            <Route path=":articleId/edit" element={<StudioArticleEdit />} />
           </Route>
 
           <Route path="anthology" element={<StudioAnthology />}>