Skip to content

Commit 996dff2

Browse files
mohas22mohas22
authored andcommitted
removed commented code
1 parent 09f1dcc commit 996dff2

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

packages/angular-sdk-components/src/lib/_components/template/case-summary/case-summary.component.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -104,25 +104,6 @@ export class CaseSummaryComponent implements OnInit, OnDestroy, OnChanges {
104104
});
105105
}
106106

107-
// prepareComponentInCaseSummary(pConnectMeta, getPConnect) {
108-
// const { config, children } = pConnectMeta;
109-
// const pConnect = getPConnect();
110-
111-
// const caseSummaryComponentObject: any = {};
112-
113-
// const { type } = pConnectMeta;
114-
// const createdComponent = pConnect.createComponent({
115-
// type,
116-
// children: children ? [...children] : [],
117-
// config: {
118-
// ...config
119-
// }
120-
// });
121-
122-
// caseSummaryComponentObject.value = createdComponent;
123-
// return caseSummaryComponentObject;
124-
// }
125-
126107
prepareCaseSummaryData(summaryFieldChildren) {
127108
const convertChildrenToSummaryData = kid => {
128109
return kid?.map((childItem, index) => {

0 commit comments

Comments
 (0)