No need for global catchall when fetching reports
This commit is contained in:
parent
6f906ec23a
commit
06c02f6ece
@ -234,7 +234,7 @@ export default {
|
||||
store.dispatch('setLastReportFetchingLocation', {
|
||||
locationLatLng: center,
|
||||
});
|
||||
store.dispatch('fetchReports').catch(() => {});
|
||||
store.dispatch('fetchReports');
|
||||
}
|
||||
|
||||
this.$store.dispatch('setCurrentMapCenter', { center });
|
||||
|
Loading…
Reference in New Issue
Block a user