@lowcodeunit/applications-flow-common 1.33.307-lets-get-social-ish → 1.33.312-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.
@@ -587,8 +587,8 @@ class ProjectService {
587
587
  .subscribe(async (response) => {
588
588
  state.LoadingFeed = false;
589
589
  if (response.Status.Code === 0) {
590
- this.activatedRoute;
591
590
  state.Feed = response.Items;
591
+ state.FeedSourceControlLookups = response.SourceControlLookups;
592
592
  // console.log("ITEMZ: ", response.Items)
593
593
  resolve(response.Items);
594
594
  }