@app-studio/web 0.3.31 → 0.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3372,7 +3372,7 @@ var PasswordView = function PasswordView(_ref) {
|
|
|
3372
3372
|
_ref$isDisabled = _ref.isDisabled,
|
|
3373
3373
|
isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled,
|
|
3374
3374
|
_ref$isVisible = _ref.isVisible,
|
|
3375
|
-
isVisible = _ref$isVisible === void 0 ?
|
|
3375
|
+
isVisible = _ref$isVisible === void 0 ? false : _ref$isVisible,
|
|
3376
3376
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
|
|
3377
3377
|
var _useState = React.useState(isVisible),
|
|
3378
3378
|
visible = _useState[0],
|
|
@@ -3386,7 +3386,7 @@ var PasswordView = function PasswordView(_ref) {
|
|
|
3386
3386
|
setVisible(!visible);
|
|
3387
3387
|
}
|
|
3388
3388
|
}
|
|
3389
|
-
},
|
|
3389
|
+
}, visible ? visibleIcon : hiddenIcon),
|
|
3390
3390
|
isClearable: false
|
|
3391
3391
|
}, props));
|
|
3392
3392
|
};
|