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>
|
<Typography>
|
||||||
<FormattedMessage id="report.detail" />
|
<FormattedMessage id="report.detail" />
|
||||||
</Typography>
|
</Typography>
|
||||||
<Textarea id="comment" />
|
|
||||||
<Textarea id="comment" rows={4} />
|
<Textarea id="comment" rows={4} />
|
||||||
</div>
|
</div>
|
||||||
<Button className="mt-2" onClick={submit}>
|
<Button className="mt-2" onClick={submit}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user