@konfuzio/document-validation-ui 0.1.52-dev.0 → 0.1.52-dev.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/js/app.js +1 -1
- package/dist/js/app.js.map +1 -1
- package/package.json +1 -1
- package/src/store/document.js +1 -0
package/package.json
CHANGED
package/src/store/document.js
CHANGED
|
@@ -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) {
|