Merge pull request #4902 from h3poteto/fix/report-modal
Fix report form
This commit is contained in:
commit
621a71da97
|
@ -31,7 +31,6 @@ export default function Report(props: Props) {
|
|||
<Typography>
|
||||
<FormattedMessage id="report.detail" />
|
||||
</Typography>
|
||||
<Textarea id="comment" />
|
||||
<Textarea id="comment" rows={4} />
|
||||
</div>
|
||||
<Button className="mt-2" onClick={submit}>
|
||||
|
|
Loading…
Reference in New Issue