visuddhinanda hace 2 años
padre
commit
6e49743b61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 />}>