[ACS-5645]removed unwanted code

This commit is contained in:
Yasa-Nataliya
2023-10-13 16:29:16 +05:30
committed by Anukriti Singh
parent eceef0de20
commit 85b4b6294b
2 changed files with 0 additions and 5 deletions
@@ -22,7 +22,6 @@
width: 80px;
}
}
}
.mat-expansion-panel:not([class*='mat-elevation-z']) {
box-shadow: none;
@@ -601,10 +601,6 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
);
}
private isEmpty(value: any): boolean {
return value === undefined || value === null || value === '';
}
private loadCategoriesForNode(nodeId: string) {
this.assignedCategories = [];
this.categoryService.getCategoryLinksForNode(nodeId).subscribe((categoryPaging) => {