Skip to content

Commit

Permalink
chore: change ClientViewMenuConfig order type (#2401) (CP: 24.4) (#2412)
Browse files Browse the repository at this point in the history
chore: change ClientViewMenuConfig order type (#2401)

Changing ClientViewMenuConfig order field type from Long to Double to match with Flow's RouteData and Menu annotation.

Related-to: vaadin/flow/issues/19332

Co-authored-by: Tomi Virtanen <tltv@vaadin.com>
Co-authored-by: Anton Platonov <platosha@gmail.com>
  • Loading branch information
3 people committed May 14, 2024
1 parent 3d8d3c5 commit 31e40f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* Used for configuring MainLayout navigation items
*
*/
public record ClientViewMenuConfig(String title, Long order, String icon, Boolean exclude) {
public record ClientViewMenuConfig(String title, Double order, String icon, Boolean exclude) {
}

0 comments on commit 31e40f0

Please sign in to comment.