Skip to content

Commit

Permalink
fix: Add missing route for project task add
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 15, 2024
1 parent 5729206 commit 54fdcff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ function App() {
loader = {detailsLoader}
/>

{/* project_management/project/2/project_task/41 */}
<Route path="/:module/:common_model/:common_pk/project_task/add"
element={<ModelForm
setContentHeading={setContentHeading}
SetContentHeaderIcon={SetContentHeaderIcon}
/>}
errorElement={<ErrorPage /> }
loader = {detailsLoader}
/>

{/* project_management/project/2/project_task/41 */}
<Route path="/:module/:common_model/:common_pk/project_task/:pk"
element={<Ticket
Expand Down

0 comments on commit 54fdcff

Please sign in to comment.