From 64d58173c0df18ff91d296b77ccd04fcb53bf64f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 8 Jul 2019 16:07:29 +0200 Subject: [PATCH] copy changes --- client/src/components/templates/Asset/Report.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/templates/Asset/Report.tsx b/client/src/components/templates/Asset/Report.tsx index 2fd2685..5d167b7 100644 --- a/client/src/components/templates/Asset/Report.tsx +++ b/client/src/components/templates/Asset/Report.tsx @@ -95,7 +95,7 @@ export default class Report extends PureComponent< @@ -121,11 +121,11 @@ export default class Report extends PureComponent< type="textarea" name="comment" label="Comment" - help="Briefly describe what is wrong with this asset." + help="Briefly describe what is wrong with this asset. If you want to get contacted by us, add your email at the end." required value={this.state.comment} onChange={this.inputChange} - rows={2} + rows={1} />