summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.ts b/usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.ts
index f7cce450..72817bc2 100644
--- a/usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.ts
+++ b/usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.ts
@@ -6,7 +6,7 @@ import { ServiceListService } from '../../../../core/services/serviceList.servic
templateUrl: './create-model.component.html',
styleUrls: ['./create-model.component.less'],
})
-export class CreateModelComponent implements OnInit {
+export class CreateModelComponent implements OnInit {
@Input()isVisible: boolean;
@Input()customerList;
@Input()serviceTypeList;
@@ -95,7 +95,7 @@ export class CreateModelComponent implements OnInit {
}
handleOk(): void {
- if (this.templateTypeSelected === "SOTN" || this.templateTypeSelected === "CCVPN") {
+ if (this.templateTypeSelected === "SOTN" || this.templateTypeSelected === "CCVPN" || this.templateTypeSelected === "MDONS") {
this.createData = {
commonParams: {
customer: this.currentCustomer,