indicator-ui 0.0.182 → 0.0.183

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.
package/dist/index.js CHANGED
@@ -7988,7 +7988,7 @@ __webpack_require__.r(__webpack_exports__);
7988
7988
  /* harmony import */ var _CascadeBlock__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./CascadeBlock */ "./src/ui/CascadeSelector/ui/CascadeBlock.tsx");
7989
7989
 
7990
7990
 
7991
- function CascadeSelector({ value, options, onChange, multiple, defaultAllHidden }) {
7991
+ function CascadeSelector({ value, options, onChange, multiple = true, defaultAllHidden }) {
7992
7992
  const getValue = () => {
7993
7993
  if (Array.isArray(value)) {
7994
7994
  return [...value];