Skip to content

Commit

Permalink
fix: Add explicit dropdown group label
Browse files Browse the repository at this point in the history
- to make it compatible with updated frappe-ui
  • Loading branch information
surajshetty3416 committed Nov 18, 2024
1 parent 467151c commit 51efdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/MainMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
},
{
group: 'Page',
hideLabel: true,
items: [
{
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/PageBuilderDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
],
},
{
group: 'Options',
hideLabel: true,
items: [
{
Expand Down

0 comments on commit 51efdeb

Please sign in to comment.