@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.
@@ -2848,14 +2848,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2848
2848
 
2849
2849
  class DocumentManagementListComponent {
2850
2850
  constructor() {
2851
- this.isLoading = true;
2852
2851
  this.moreOptionClick = new EventEmitter();
2853
2852
  this.previewClick = new EventEmitter();
2854
2853
  this.uploadClick = new EventEmitter();
2855
2854
  }
2856
- ngOnInit() {
2857
- this.isLoading = false;
2858
- }
2859
2855
  onMoreClick(optionClickEvent, documentManagementItemModel) {
2860
2856
  this.moreOptionClick.emit({ optionClicked: optionClickEvent, item: documentManagementItemModel });
2861
2857
  }