@bigbinary/neeto-integrations-frontend 1.1.0 → 1.1.1

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.cjs.js CHANGED
@@ -4284,7 +4284,7 @@ var ApiKeysList = function ApiKeysList(_ref) {
4284
4284
  })
4285
4285
  })), /*#__PURE__*/React__default["default"].createElement(neetoui.Alert, {
4286
4286
  backdropClassName: "zapier-delete-alert",
4287
- isOpen: pure.isNotNil(apiKeyToDelete),
4287
+ isOpen: ramda.isNotNil(apiKeyToDelete),
4288
4288
  isSubmitting: isDeleting,
4289
4289
  submitButtonLabel: t("common.delete"),
4290
4290
  title: t("zapier.deleteApiKey.title"),