@lowcodeunit/applications-flow-common 1.34.82-merge → 1.34.83-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.
@@ -6009,7 +6009,7 @@ class FeedHeaderDialogComponent {
6009
6009
  Content: this.EditorControl ? this.EditorControl.value : null,
6010
6010
  ExpiresAt: null,
6011
6011
  Organization: this.OrganizationFormControl ? this.OrganizationFormControl.value : null,
6012
- Repositroy: this.RepositoryFormControl ? this.RepositoryFormControl.value : null,
6012
+ Repository: this.RepositoryFormControl ? this.RepositoryFormControl.value : null,
6013
6013
  SourceBranch: this.SourceBranchFormControl ? this.SourceBranchFormControl.value : null,
6014
6014
  SourceControlLookup: this.SourceControlFormControl ? this.SourceBranchFormControl.value : null,
6015
6015
  Subtitle: this.SubtitleFormControl ? this.SubtitleFormControl.value : null,