diff --git a/src/app/project/board/board.component.ts b/src/app/project/board/board.component.ts index 6f4c16cec6..8c8615dc44 100644 --- a/src/app/project/board/board.component.ts +++ b/src/app/project/board/board.component.ts @@ -164,7 +164,8 @@ export class BoardComponent implements OnInit { this.getProjectForDataset(); }, (error: ApiResponseError) => { - this._errorHandler.showMessage(error); + // --> TODO: enable the error handler as soon as DSP-1391 is solved + // this._errorHandler.showMessage(error); } );