From abb005e1d5a97c960dd81af5d678092fe1a3ec49 Mon Sep 17 00:00:00 2001 From: Cláudio Date: Tue, 2 Feb 2021 15:00:20 -0300 Subject: Commit for #535 --- webui/src/components/BugTitleForm/BugTitleForm.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'webui/src') diff --git a/webui/src/components/BugTitleForm/BugTitleForm.tsx b/webui/src/components/BugTitleForm/BugTitleForm.tsx index 77a0a7e3..47a8e2b4 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) {