Map filename added
This commit is contained in:
@@ -15,6 +15,7 @@ export default defineStore('pageAdminStore', {
|
||||
isPagePending: false,
|
||||
shouldKeepPreviousPage: false, // false -- meaning modal is not pressed as "NO"
|
||||
activePageComputedByRoute: "MAP",
|
||||
currentMapFile: '',
|
||||
}),
|
||||
getters: {
|
||||
},
|
||||
@@ -97,5 +98,8 @@ export default defineStore('pageAdminStore', {
|
||||
printPageAdiminLog && console.log('clearShouldKeepPreviousPageBoolean()');
|
||||
this.shouldKeepPreviousPage = false;
|
||||
},
|
||||
setCurrentMapFile(fileName){
|
||||
this.currentMapFile = fileName;
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user