Skip to content

Commit

Permalink
Fix price list path
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Aug 28, 2023
1 parent 006ab6d commit 9101f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/costModels/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const redirectToCostModelFromSourceUuid = (source_uuid: string, router: R
const uuid = res.data.data[0].uuid;
router.navigate(
`${formatPath(
selectIsSettingsFeatureEnabled(getState()) ? routes.settings.path : routes.costModelsDetails.path
selectIsSettingsFeatureEnabled(getState()) ? routes.costModel.basePath : routes.costModelsDetails.path
)}/${uuid}`
);
})
Expand Down

0 comments on commit 9101f39

Please sign in to comment.