@pega/angular-sdk-overrides 0.23.3 → 0.23.4

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.
@@ -223,7 +223,7 @@ export class CaseViewComponent implements OnInit, OnDestroy {
223
223
  const actionsAPI = this.pConn$.getActionsApi();
224
224
  const openLocalAction = actionsAPI.openLocalAction.bind(actionsAPI);
225
225
 
226
- openLocalAction(editAction.ID, { ...editAction });
226
+ openLocalAction(editAction.ID, { ...editAction, containerName: 'modal', type: 'express' });
227
227
  }
228
228
 
229
229
  _menuActionClick(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/angular-sdk-overrides",
3
- "version": "0.23.3",
3
+ "version": "0.23.4",
4
4
  "description": "Angular SDK - Code for overriding components",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"