impaktapps-ui-builder 0.0.101-alpha.74 → 0.0.101-alpha.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8313,7 +8313,7 @@ const getNavigationHistory = (config2, path) => {
8313
8313
  urlRoutes = urlRoutes + " > NewComponent";
8314
8314
  }
8315
8315
  });
8316
- return { pageName: urlRoutes };
8316
+ return { pageName: urlRoutes != null ? urlRoutes : "NewPage" };
8317
8317
  }
8318
8318
  return void 0;
8319
8319
  };