Skip to content

Commit

Permalink
Improved: childRoute array for draft route to include bulk upload pag…
Browse files Browse the repository at this point in the history
…e so to enable the draft menu on the bulk upload page(#445)
  • Loading branch information
ymaheshwari1 committed Oct 29, 2024
1 parent cdcb9a6 commit 433abfc
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 433abfc

Please sign in to comment.