@colijnit/corecomponents_v12 12.0.16 → 12.0.17

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.
@@ -2677,12 +2677,8 @@
2677
2677
  CoKanbanComponent.prototype.ngOnInit = function () {
2678
2678
  };
2679
2679
  CoKanbanComponent.prototype.ngAfterViewInit = function () {
2680
- var _this = this;
2681
2680
  if (this.columns) {
2682
- setTimeout(function () {
2683
- _this.kanban.columns = _this.columns;
2684
- _this.kanban.refreshHeader();
2685
- }, 1000);
2681
+ this.kanban.columns = this.columns;
2686
2682
  }
2687
2683
  };
2688
2684
  CoKanbanComponent.prototype.dialogOpen = function (args) {