-
Central Officer: {{selectedCentralItem.first_name}}
-
Executive: {{selectedExcutiveItem.first_name}}
+
Central Officer: {{selectedCentralItem.first_name | titlecase }}
+
Executive: {{selectedExcutiveItem.first_name | titlecase}}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts
index f07e95c76..73f01d755 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts
@@ -110,6 +110,7 @@ export class SmartPdAllocationComponent implements OnInit {
data: details,
disableClose: true,
position: { right: '0'},
+ width:'80%',
// hasBackdrop:false
});
// dialogSchedule.afterClosed()
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/tele-pd-allocation/tele-pd-allocation.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/tele-pd-allocation/tele-pd-allocation.component.ts
index fd82fa7b0..71030a146 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/tele-pd-allocation/tele-pd-allocation.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/tele-pd-allocation/tele-pd-allocation.component.ts
@@ -82,6 +82,7 @@ export class TelePdAllocationComponent implements OnInit {
data: details,
disableClose: true,
position: { right: '0'},
+ width:'80%',
// hasBackdrop:false
});
// dialogSchedule.afterClosed()