refactoring: renamed allSuperpositions_byid by allSuperpositions_bycids

This commit is contained in:
2023-11-10 11:27:25 +01:00
parent 039f44072b
commit 9b70d8071b
5 changed files with 19 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ export default {
...mapState(ConcernementsStore,['map_mode',
'concernementsByID',
'allEntitesById',
'allSuperpositions_byid',
'allSuperpositions_bycids',
'allMapItems_byid',
'opened_concernement',
'opened_entite_id']),