From a9c30bf7c6a3b9e421c75c7eeb9515716b2748c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20W=C3=A4chter?= <lars.waechter@mni.thm.de> Date: Wed, 19 May 2021 18:05:54 +0200 Subject: [PATCH] Add previously removed empty line --- .../shared/_dialogs/create-comment/create-comment.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/shared/_dialogs/create-comment/create-comment.component.ts b/src/app/components/shared/_dialogs/create-comment/create-comment.component.ts index 2c4f42509..64fd88606 100644 --- a/src/app/components/shared/_dialogs/create-comment/create-comment.component.ts +++ b/src/app/components/shared/_dialogs/create-comment/create-comment.component.ts @@ -52,6 +52,7 @@ export class CreateCommentComponent implements OnInit { onNoClick(): void { this.dialogRef.close(); } + checkInputData(body: string): boolean { body = body.trim(); if (!body) { -- GitLab