Are you sure you want to delete this result from the Dashboard? This
action cannot be rolled back.
diff --git a/src/components/entity/EntityList.vue b/src/components/entity/EntityList.vue
index 01ee1ddf..c66c07e3 100644
--- a/src/components/entity/EntityList.vue
+++ b/src/components/entity/EntityList.vue
@@ -1445,7 +1445,7 @@ export default {
},
onSearch(type) {
this.searchType = type;
- this.$bvModal.show("modal-lg");
+ this.$bvModal?.show("modal-lg");
},
onSearchDone(records) {
this.records = records && records.length ? records : this.masterRecords;
diff --git a/src/components/entity/ItemSearch.vue b/src/components/entity/ItemSearch.vue
index 3eb5828f..4d81a7e8 100644
--- a/src/components/entity/ItemSearch.vue
+++ b/src/components/entity/ItemSearch.vue
@@ -71,7 +71,7 @@ export default {
// pop up child component (the Search pop-up ialog)
onSearch() {
- this.$bvModal.show("modal-lg");
+ this.$bvModal?.show("modal-lg");
},
// call item search API
diff --git a/src/components/evaluation/GroundTruthModal.vue b/src/components/evaluation/GroundTruthModal.vue
index 29131cd8..66f2559f 100644
--- a/src/components/evaluation/GroundTruthModal.vue
+++ b/src/components/evaluation/GroundTruthModal.vue
@@ -9,7 +9,7 @@
no-close-on-backdrop
size="xl"
>
-
+
Upload/Select Ground Truth
@@ -22,7 +22,7 @@
×
-
+
Select a Ground Truth
diff --git a/src/components/shared/Search.vue b/src/components/shared/Search.vue
index 0b441a61..938a76c4 100644
--- a/src/components/shared/Search.vue
+++ b/src/components/shared/Search.vue
@@ -7,7 +7,7 @@
@show="processModalData()"
:no-close-on-backdrop="type === 'item-search'"
>
-
+
@@ -24,7 +24,7 @@
Search
-
+