Issue #17: Done.

This commit is contained in:
chiayin
2023-10-04 14:02:00 +08:00
parent c7e706dd5b
commit a25290f4db

View File

@@ -533,7 +533,7 @@ export default {
this.isLoading = true; this.isLoading = true;
await new Promise(resolve => setTimeout(resolve, 1000)); await new Promise(resolve => setTimeout(resolve, 1000));
this.isLoading = false; 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 { }else {
this.reset(false); this.reset(false);
this.isLoading = true; this.isLoading = true;