Skip to content

Commit

Permalink
Merge pull request #492 from ymaheshwari1/#445
Browse files Browse the repository at this point in the history
Improved: childRoute array for draft route to include bulk upload page so to enable the draft menu on the bulk upload page(#445)
  • Loading branch information
ymaheshwari1 authored Nov 4, 2024
2 parents cdcb9a6 + 433abfc commit 31dab20
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 @@ -68,7 +68,7 @@ export default defineComponent({
url: "/draft",
iosIcon: createOutline,
mdIcon: createOutline,
childRoutes: ["/draft/"],
childRoutes: ["/draft/", "/bulkUpload"],
meta: {
permissionId: "APP_DRAFT_VIEW"
}
Expand Down

0 comments on commit 31dab20

Please sign in to comment.