@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.
@@ -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);