aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-12-15 16:13:21 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-15 16:13:21 +0000
commit8d75eab6147cc6ad6b0fcc290631f7fadbd840c1 (patch)
treeb2f42c6397c2835ea8eda7c969feec51d1b5a28b /cds-ui/designer-client/src/app/modules/feature-modules/packages/designer
parent398ae83b6b18fdff202dd7f64ee57d8e3d700937 (diff)
parent704f42ac8dbca2a1c261f320cfd4ed8089eaf1db (diff)
Merge "Fixing script text editor window that closes suddenly"
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts1
1 files changed, 0 insertions, 1 deletions
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);