Skip to content

Commit

Permalink
Fixed #6706
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 12, 2024
1 parent c9b3079 commit 1129e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/megamenu/MegaMenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export interface MegaMenuProps {
/**
* An array of menuitems.
*/
model?: MenuItem[] | undefined;
model?: MenuItem[][] | undefined;
/**
* Defines the orientation.
* @defaultValue horizontal
Expand Down

0 comments on commit 1129e46

Please sign in to comment.