Skip to content

Commit 2cc1ab6

Browse files
committed
bug fix
1 parent b6e1e83 commit 2cc1ab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wrappers/components/data-vis/map/MapWrapper.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@
299299
name: "showLegend",
300300
category: "Styling",
301301
isProp: true,
302-
value: true,
303-
description:"Show the map Legend"
304-
}
302+
value: false,
303+
description: "Show the map Legend",
304+
},
305305
{
306306
name: "styleSheet",
307307
isProp: true,

0 commit comments

Comments
 (0)