set map_mode on first load
This commit is contained in:
@@ -16,7 +16,7 @@ import ConcernementFields from '@api/gql/concernement.fragment.gql'
|
||||
export const ConcernementsStore = defineStore({
|
||||
id: 'concernements',
|
||||
state: () => ({
|
||||
map_mode: "terraindevie",
|
||||
map_mode: null,
|
||||
concernements: [],
|
||||
concernementsByID: {},
|
||||
allEntitesById: {},
|
||||
|
Reference in New Issue
Block a user