@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
|
@@ -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
|