Skip to content

Commit 23a8f8a

Browse files
committed
remove arrayOk
1 parent b3258fc commit 23a8f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fx/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
}),
2222
align: extendFlat({}, hoverLabelAttrs.align, {arrayOk: true}),
2323
namelength: extendFlat({}, hoverLabelAttrs.namelength, {arrayOk: true}),
24-
showarrow: extendFlat({}, hoverLabelAttrs.showarrow, {arrayOk: true}),
24+
showarrow: extendFlat({}, hoverLabelAttrs.showarrow),
2525
editType: 'none'
2626
}
2727
};

0 commit comments

Comments
 (0)