@bigbinary/neeto-form-frontend 4.2.1 → 4.2.3

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.
@@ -1904,6 +1904,7 @@ var Options = function Options(_ref) {
1904
1904
  }, shallow.shallow),
1905
1905
  selectedLanguage = _useBuildFormStore.selectedLanguage,
1906
1906
  isPictureChoiceEnabled = _useBuildFormStore.isPictureChoiceEnabled;
1907
+ var bulkAddHelpDocUrl = useHelpDoc("bulkAddOptions");
1907
1908
  var _useFormikContext = formik.useFormikContext(),
1908
1909
  values = _useFormikContext.values,
1909
1910
  setFieldValue = _useFormikContext.setFieldValue;
@@ -1942,6 +1943,10 @@ var Options = function Options(_ref) {
1942
1943
  isPictureChoice: isPictureChoice,
1943
1944
  name: name,
1944
1945
  shouldDestroy: true,
1946
+ bulkActionProps: {
1947
+ enabled: true,
1948
+ bulkAddHelpDocUrl: bulkAddHelpDocUrl
1949
+ },
1945
1950
  destroyFlagName: "_destroy",
1946
1951
  disabled: isManageOptionDisabled,
1947
1952
  draggable: !isManageOptionDisabled,