Issue #17: Done.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user