Skip to content

Commit

Permalink
chore: update map feature flag link (#13413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Apr 7, 2022
1 parent 2f0c96d commit 6132707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class FeatureFlags implements Serializable {
"https://github.com/vaadin/platform/issues/2448", true, null);
public static final Feature MAP_COMPONENT = new Feature(
"Map component (Pro)", "mapComponent",
"https://github.com/vaadin/platform/issues/2611", true,
"https://vaadin.com/docs/latest/ds/components/map", true,
"com.vaadin.flow.component.map.Map");
public static final Feature SPREADSHEET_COMPONENT = new Feature(
"Spreadsheet component (Pro)", "spreadsheetComponent",
Expand Down

0 comments on commit 6132707

Please sign in to comment.