@lowcodeunit/applications-flow-common 1.33.191-lets-get-social-ish → 1.33.194-lets-get-social-ish

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.
@@ -511,9 +511,6 @@ class ProjectService {
511
511
  state.EaC = state.EaC || {};
512
512
  this.CreatingProject =
513
513
  Object.keys(state?.EaC?.Projects || {}).length <= 0;
514
- if (this.CreatingProject) {
515
- window.location.href = '/dashboard/create-project';
516
- }
517
514
  resolve(state.EaC);
518
515
  console.log(state);
519
516
  }, (err) => {