Skip to content

Commit

Permalink
Merge pull request #224 from ymaheshwari1/fulfillment/fix-menu
Browse files Browse the repository at this point in the history
Fixed: menu not enabled when on saved mappings page
  • Loading branch information
adityasharma7 authored Jul 31, 2023
2 parents bfeb6a1 + 720f4b6 commit 2e00928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default defineComponent({
url: "/exim",
iosIcon: swapVerticalOutline,
mdIcon: swapVerticalOutline,
childRoutes: ["/download-packed-orders", "/upload-import-orders"], // defined child routes as to enable the correct menu when we are on a route that is not listed in the menu
childRoutes: ["/download-packed-orders", "/upload-import-orders", "/saved-mappings"], // defined child routes as to enable the correct menu when we are on a route that is not listed in the menu
meta: {
permissionId: "APP_EXIM_VIEW"
}
Expand Down

0 comments on commit 2e00928

Please sign in to comment.