summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts b/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts
index a76c73b6..ec7b1207 100644
--- a/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts
+++ b/usecaseui-portal/src/app/views/intent-management/input-intent-expectation/input-intent-expectation.component.ts
@@ -39,7 +39,8 @@ export class InputIntentExpectationComponent implements OnInit {
ngOnInit() {
this.expectationTypeList = [
{ label:'DELIVERY', value:'DELIVERY' },
- { label:'ASSURANCE', value:'ASSURANCE' }
+ { label:'ASSURANCE', value:'ASSURANCE' },
+ { label:'REPORT', value:'REPORT' }
]
this.expectationObjectTypeList = [
{ label:'CCVPN', value:'CCVPN' },