From abb005e1d5a97c960dd81af5d678092fe1a3ec49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio?= Date: Tue, 2 Feb 2021 15:00:20 -0300 Subject: [PATCH] Commit for #535 --- webui/src/components/BugTitleForm/BugTitleForm.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webui/src/components/BugTitleForm/BugTitleForm.tsx b/webui/src/components/BugTitleForm/BugTitleForm.tsx index 77a0a7e305204a91d97213d11a514562ee6fb408..47a8e2b47502a09e60d06fb0510237862f5bf339 100644 --- a/webui/src/components/BugTitleForm/BugTitleForm.tsx +++ b/webui/src/components/BugTitleForm/BugTitleForm.tsx @@ -126,13 +126,16 @@ function BugTitleForm({ bug }: Props) { />
- +
); @@ -147,6 +150,7 @@ function BugTitleForm({ bug }: Props) {