Skip to content

Commit 102440c

Browse files
authored
Update Widgets.jsx
1 parent 6020828 commit 102440c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/client/plugins/Widgets.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class Widgets extends React.Component {
131131
* {showPin: ["__OR__", "user.role===ADMIN", "mapInfo.canEdit"]}
132132
* ```
133133
* @prop {boolean|string|array} [toolsOptions.showPin] show lock tool. By default is visible only to the admin
134-
* @prop {boolean|string|array} [toolsOptions.showHide] show the "hide tool" for the widget (the tool allows to hide the widget to users that have `seeHidden=false` ). By default is false, in the most common case it should be the same of `seeHidden`.
134+
* @prop {boolean|string|array} [toolsOptions.showHide] show the "hide tool" for the widget (the tool allows to hide the widget to users that have `seeHidden=false` ). By default is false, in the most common case it should be the same of `seeHidden`.
135135
* @prop {boolean|string|array} [toolsOptions.seeHidden] hides the widgets under particular conditions
136136
*
137137
*/

0 commit comments

Comments
 (0)