From 29b434e672e9827a49940c294de2748043332025 Mon Sep 17 00:00:00 2001 From: chiayin Date: Tue, 19 Sep 2023 13:29:15 +0800 Subject: [PATCH] Issue #134: Done. --- src/components/Discover/Conformance/ConformanceSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Discover/Conformance/ConformanceSidebar.vue b/src/components/Discover/Conformance/ConformanceSidebar.vue index 47d23a4..d9d1f8b 100644 --- a/src/components/Discover/Conformance/ConformanceSidebar.vue +++ b/src/components/Discover/Conformance/ConformanceSidebar.vue @@ -592,7 +592,7 @@ export default { } break; case 'From & To': - if(!this.selectCfmPtPSEStart || !this.selectCfmPtPSEEnd) return this.$toast.error('Both Start and End must be selected.'); + if(!this.selectCfmPtPSEStart || !this.selectCfmPtPSEEnd) return this.$toast.error('From and To activity must be selected.'); else { data = { start: this.selectCfmPtPSEStart,