feat: Compare sidebar layout done.
This commit is contained in:
@@ -142,7 +142,8 @@ export default defineStore('allMapDataStore', {
|
||||
this.allStats = response.data.stats;
|
||||
this.allInsights = response.data.insights;
|
||||
} catch(error) {
|
||||
apiError(error, 'Failed to load the Map.');
|
||||
console.dir(error)
|
||||
// apiError(error, 'Failed to load the Map.');
|
||||
};
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user