diff --git a/package.json b/package.json
index 57b76cf..83ae5f9 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,6 @@
"vue-router": "^4.4.0",
"vue3-mediaelement": "^0.0.8",
"vuejs3-datepicker": "^1.0.19",
- "vuera": "^0.2.7",
"vuex": "^4.1.0",
"vuex-pathify": "^3.0.0-beta",
"vuex-persistedstate": "^4.1.0"
diff --git a/public/index.html b/public/index.html
index 58ea97b..a500ea5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,4 +1,4 @@
-
+W
@@ -9,6 +9,7 @@
+
diff --git a/src/components/dashboard/Dashboard.vue b/src/components/dashboard/Dashboard.vue
index 2879fa0..975c595 100644
--- a/src/components/dashboard/Dashboard.vue
+++ b/src/components/dashboard/Dashboard.vue
@@ -1188,7 +1188,7 @@ export default {
break;
}
- this.$bvModal.show("modal-lg");
+ this.$bvModal?.show("modal-lg");
},
getDateString() {
const date = new Date();
diff --git a/src/components/dashboard/DashboardTable.vue b/src/components/dashboard/DashboardTable.vue
index 06df994..556fe44 100644
--- a/src/components/dashboard/DashboardTable.vue
+++ b/src/components/dashboard/DashboardTable.vue
@@ -292,12 +292,12 @@
-
+
Confirm
-
+
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 01ee1dd..c66c07e 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 3eb5828..4d81a7e 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 29131cd..66f2559 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 0b441a6..938a76c 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
-
+