From 704f42ac8dbca2a1c261f320cfd4ed8089eaf1db Mon Sep 17 00:00:00 2001 From: Eltanany Shaaban Date: Tue, 15 Dec 2020 16:58:27 +0200 Subject: Fixing script text editor window that closes suddenly Issue-ID: CCSDK-3049 Signed-off-by: Eltanany Shaaban Change-Id: I7923bab06244346dff83c05acd12f05d4f1e2350 --- .../packages/designer/action-attributes/action-attributes.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts index 97ab4411e..5dd123103 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts @@ -434,7 +434,6 @@ export class ActionAttributesComponent implements OnInit { if (currentFunction.definition['attributes']) { Object.keys(currentFunction.definition['attributes']).forEach(attribute => { this.suggestedAttributes.push(attribute); - this.suggestedAttributes.push('assignment-map'); }); } console.log(this.suggestedAttributes); -- cgit 1.2.3-korg