CSR-1439 removed comment

This commit is contained in:
Matt Caimi 2023-06-26 12:30:54 -04:00
parent cbfd6e49d2
commit 6a53856fbf

View file

@ -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(