Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador committed Dec 23, 2024
1 parent 3dee322 commit 3d0ec01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public class FeatureFlags implements Serializable {
"https://github.com/vaadin/platform/issues/6626", true,
"com.vaadin.flow.component.dashboard.Dashboard");

public static final Feature CARD_COMPONENT = new Feature(
"Card component", "cardComponent",
public static final Feature CARD_COMPONENT = new Feature("Card component",
"cardComponent",
"https://github.com/vaadin/web-components/issues/5340", true,
"com.vaadin.flow.component.card.Card");

Expand Down

0 comments on commit 3d0ec01

Please sign in to comment.