@konfuzio/document-validation-ui 0.1.37 → 0.1.38-dev.0

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.37",
3
+ "version": "0.1.38-dev.0",
4
4
  "repository": "git://github.com:konfuzio-ai/document-validation-ui.git",
5
5
  "main": "dist/app.js",
6
6
  "scripts": {
@@ -230,6 +230,9 @@ export default {
230
230
  },
231
231
  mounted() {
232
232
  this.setsList = [...this.annotationSets];
233
+ if (this.setsList.length === 1) {
234
+ this.selectedSet = this.setsList[0];
235
+ }
233
236
 
234
237
  setTimeout(() => {
235
238
  // prevent click propagation when opening the popup