Skip to content

Commit 62fc85e

Browse files
committed
fix: Autoheight to boolean
1 parent 9cab07c commit 62fc85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GEOComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ var GEOComp = (function () {
121121

122122
//All properties avaiable in component
123123
const childrenMap = {
124-
autoHeight: withDefault(AutoHeightControl, "auto"),
124+
autoHeight: withDefault(AutoHeightControl, false),
125125
styles: styleControl(CompStyles),
126126
center: ArrayControl,
127127
layers: layersControl(i18nObjs.defaultData),

0 commit comments

Comments
 (0)