Skip to content

Commit

Permalink
Revert "[ACS-5566] - changes for pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 5a15410.
  • Loading branch information
dominikiwanekhyland committed Oct 12, 2023
1 parent 5297a41 commit 40d0c88
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,15 +482,14 @@ export class DocumentListComponent extends DataTableSchema implements OnInit, On
}

ngAfterContentInit() {
if (this.columnList) {
this.columnList.columns.changes.pipe(takeUntil(this.onDestroy$)).subscribe(() => {
this.createColumns();
this.data.setColumns(this.columns);
});
}
this.setTableSchema();
}

private setTableSchema() {
this.createDatatableSchema();
this.data.setColumns(this.columns);
}

ngOnChanges(changes: SimpleChanges) {
if (!changes['preselectNodes']) {
this.resetSelection();
Expand Down

0 comments on commit 40d0c88

Please sign in to comment.