@ukhomeoffice/cop-react-form-renderer 4.72.0 → 4.72.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.
@@ -115,7 +115,7 @@ var onPageAction = function onPageAction(action, patch, patchLabel, hooks, data,
115
115
  }, function (errors) {
116
116
  _handlers.default.submissionError(errors, addErrors);
117
117
  setData(_objectSpread({}, preSubmitData));
118
- }, changedFieldName, changedFieldValue);
118
+ }, changedFieldName, changedFieldValue, pageId);
119
119
  }
120
120
  }
121
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukhomeoffice/cop-react-form-renderer",
3
- "version": "4.72.0",
3
+ "version": "4.72.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",