@konfuzio/document-validation-ui 0.1.52-dev.0 → 0.1.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konfuzio/document-validation-ui",
3
- "version": "0.1.52-dev.0",
3
+ "version": "0.1.52",
4
4
  "repository": "git://github.com:konfuzio-ai/document-validation-ui.git",
5
5
  "main": "dist/app.js",
6
6
  "scripts": {
@@ -1088,6 +1088,7 @@ const actions = {
1088
1088
  commit("SET_ANNOTATIONS", annotations);
1089
1089
  commit("SET_LABELS", labels);
1090
1090
  commit("SET_SELECTED_DOCUMENT", fetchedDocument);
1091
+ commit("SET_PAGES", fetchedDocument.pages);
1091
1092
 
1092
1093
  // project
1093
1094
  if (fetchedDocument.project) {