@memberjunction/ng-core-entity-forms 5.20.0 → 5.22.0

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.
@@ -1666,7 +1666,7 @@ let MJTestSuiteRunFormComponentExtended = class MJTestSuiteRunFormComponentExten
1666
1666
  SharedService.Instance.CreateSimpleNotification('Cannot re-run: Suite ID not available', 'error', 3000);
1667
1667
  return;
1668
1668
  }
1669
- this.testingDialogService.OpenSuiteDialog(this.record.SuiteID, this.viewContainerRef);
1669
+ this.testingDialogService.OpenSuitePanel(this.record.SuiteID);
1670
1670
  }
1671
1671
  async refresh() {
1672
1672
  this.isRefreshing = true;