@bigbinary/neeto-form-frontend 3.4.1 → 3.4.2

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/BuildForm.js CHANGED
@@ -1958,7 +1958,7 @@ var AddQuestion = function AddQuestion(_ref) {
1958
1958
  disabledAddButtonTooltipProps = _ref.disabledAddButtonTooltipProps,
1959
1959
  isDisabled = _ref.isDisabled;
1960
1960
  var tooltipProps = buildDisabledAddButtonTooltipProps(isDisabled, disabledAddButtonTooltipProps);
1961
- return /*#__PURE__*/jsx(Tooltip, _objectSpread$2(_objectSpread$2({}, isDisabled && tooltipProps), {}, {
1961
+ return /*#__PURE__*/jsx(Tooltip, _objectSpread$2(_objectSpread$2({}, tooltipProps), {}, {
1962
1962
  children: /*#__PURE__*/jsx("span", {
1963
1963
  children: /*#__PURE__*/jsx(Button, _objectSpread$2({}, buildAddQuestionButtonProps(onAdd, isDisabled)))
1964
1964
  })