From a25290f4dbc7005f510c699da7edd405ed266fa1 Mon Sep 17 00:00:00 2001 From: chiayin Date: Wed, 4 Oct 2023 14:02:00 +0800 Subject: [PATCH] Issue #17: Done. --- src/components/Discover/Map/SidebarFilter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Discover/Map/SidebarFilter.vue b/src/components/Discover/Map/SidebarFilter.vue index a757974..725f0d0 100644 --- a/src/components/Discover/Map/SidebarFilter.vue +++ b/src/components/Discover/Map/SidebarFilter.vue @@ -533,7 +533,7 @@ export default { this.isLoading = true; await new Promise(resolve => setTimeout(resolve, 1000)); this.isLoading = false; - this.$toast.success('Filter Success. Click on Funnel to view the configuration result.'); + this.$toast.success('Filter applied. Go to Funnel to verify.'); }else { this.reset(false); this.isLoading = true;