diff --git a/src/router/index.js b/src/router/index.js index d82c13ac9..3b09d7260 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -254,8 +254,6 @@ async function navigate( if (destinationFmgPageValue !== undefined) { // We're always pushing the same path, just changing query strings. Make sure our optional query strings get combined with our fmgPage one. - // router.lastNavigationPage = destinationFmgPageValue; - // Update page data to the store for next page if provided. Otherwise, keep existing page data or set to empty object const existingPageDataForPage = store.getters.pageData(destinationFmgPageValue); baseMixin.methods.savePageDataToStore(