@dhis2/analytics 29.0.0 → 29.0.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.
@@ -62,7 +62,7 @@ const InterpretationUpdateForm = ({
62
62
  disabled: loading,
63
63
  secondary: true,
64
64
  small: true,
65
- onClick: close
65
+ onClick: onComplete
66
66
  }, _d2I18n.default.t('Cancel')))), /*#__PURE__*/_react.default.createElement(_style.default, {
67
67
  id: "2690082310",
68
68
  dynamic: [_ui.spacers.dp8, _ui.spacers.dp8, _ui.colors.grey100]
@@ -54,7 +54,7 @@ export const InterpretationUpdateForm = ({
54
54
  disabled: loading,
55
55
  secondary: true,
56
56
  small: true,
57
- onClick: close
57
+ onClick: onComplete
58
58
  }, i18n.t('Cancel')))), /*#__PURE__*/React.createElement(_JSXStyle, {
59
59
  id: "2690082310",
60
60
  dynamic: [spacers.dp8, spacers.dp8, colors.grey100]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "29.0.0",
3
+ "version": "29.0.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {