Skip to content

Commit

Permalink
Updated: setting layout route
Browse files Browse the repository at this point in the history
  • Loading branch information
we-vikram-wri231 committed Jun 22, 2024
1 parent 3e2a2e7 commit 629adc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const sidebar_menu_items = ref([
{
label: 'General',
icon: 'pi pi-cog',
to:{ path: '/<%= controller_name_lower %>/general' }
route:'/<%= controller_name_lower %>/general'
}
]},
]);
Expand Down

0 comments on commit 629adc1

Please sign in to comment.