Skip to content

Commit

Permalink
LIMS-150: Cannot edit fault components (#670)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Williams <[email protected]>
  • Loading branch information
ndg63276 and Mark Williams authored Sep 25, 2023
1 parent 066b15b commit be3e0cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/js/modules/fault/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const routes = [
{
path: 'edit',
name: 'faults-view-edit',
component: MarionetteView,
props: {
mview: FaultTypeEditor,
breadcrumbs: [bc, { title: 'Edit Fault Types' }],
Expand All @@ -102,4 +103,4 @@ const routes = [
},
]

export default routes
export default routes

0 comments on commit be3e0cc

Please sign in to comment.