@lowcodeunit/applications-flow-common 1.33.282-lets-get-social-ish → 1.33.283-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/elements/main-feed-card/main-feed-card.component.mjs +2 -2
- 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/package.json +1 -1
|
@@ -4302,7 +4302,7 @@ class MainFeedCardComponent {
|
|
|
4302
4302
|
}
|
|
4303
4303
|
else if (action.ActionType == 'Modal') {
|
|
4304
4304
|
if (action.Action == 'AddSourceControl') {
|
|
4305
|
-
this.OpenSourceControlDialog(
|
|
4305
|
+
this.OpenSourceControlDialog(null);
|
|
4306
4306
|
}
|
|
4307
4307
|
else {
|
|
4308
4308
|
alert('other modaled ' + action.Action);
|