feat: Compare SidebarStates API done.

This commit is contained in:
chiayin
2024-02-20 17:40:19 +08:00
parent 1eadcdd506
commit a6a007abd2
5 changed files with 167 additions and 127 deletions

View File

@@ -142,8 +142,7 @@ export default defineStore('allMapDataStore', {
this.allStats = response.data.stats;
this.allInsights = response.data.insights;
} catch(error) {
console.dir(error)
// apiError(error, 'Failed to load the Map.');
apiError(error, 'Failed to load the Map.');
};
},
/**