@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.
- package/esm2020/lib/dialogs/feed-header-dialog/feed-header-dialog.component.mjs +2 -2
- package/esm2020/lib/models/user-feed.model.mjs +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lib/models/user-feed.model.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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,
|