@symphony-talent/component-library 3.26.0 → 3.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2851,14 +2851,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2851
2851
 
2852
2852
  class DocumentManagementListComponent {
2853
2853
  constructor() {
2854
- this.isLoading = true;
2855
2854
  this.moreOptionClick = new EventEmitter();
2856
2855
  this.previewClick = new EventEmitter();
2857
2856
  this.uploadClick = new EventEmitter();
2858
2857
  }
2859
- ngOnInit() {
2860
- this.isLoading = false;
2861
- }
2862
2858
  onMoreClick(optionClickEvent, documentManagementItemModel) {
2863
2859
  this.moreOptionClick.emit({ optionClicked: optionClickEvent, item: documentManagementItemModel });
2864
2860
  }