@bigbinary/neeto-form-frontend 3.12.6 → 3.12.7

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.
@@ -2194,7 +2194,7 @@ var Form = function Form(_ref) {
2194
2194
  var _useTranslation = reactI18next.useTranslation(),
2195
2195
  t = _useTranslation.t;
2196
2196
  var formikContext = formik.useFormikContext();
2197
- var _useState = React.useState(null),
2197
+ var _useState = React.useState({}),
2198
2198
  _useState2 = _slicedToArray(_useState, 2),
2199
2199
  selectedQuestion = _useState2[0],
2200
2200
  setSelectedQuestion = _useState2[1];
@@ -2294,7 +2294,7 @@ var Form = function Form(_ref) {
2294
2294
  }
2295
2295
  };
2296
2296
  reactUtils.useOnClickOutside(containerRef, function () {
2297
- return handleSelect(null);
2297
+ return handleSelect({});
2298
2298
  }, {
2299
2299
  enabled: !(isDeleteAlertOpen || isManageQuestionPaneOpen)
2300
2300
  });