Issue #22: Done.
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
||||
await this.allMapDataStore.getAllTrace(); // SidebarTrace 要連動
|
||||
await this.$emit('submit-all');
|
||||
this.isLoading = false;
|
||||
this.$toast.success('Filter Success. View the Map.');
|
||||
this.$toast.success('Filter(s) applied.');
|
||||
}else {
|
||||
this.isLoading = true;
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
|
||||
Reference in New Issue
Block a user