Revert "remove album url label and add spacing after form description"

This reverts commit be5e1d96ef.
This commit is contained in:
Abhinav 2022-02-03 09:58:39 +05:30
parent 6355f01e96
commit 8ceaf68259

View file

@ -106,7 +106,6 @@ export function AbuseReportForm({ show, close, url }: Iprops) {
}}>
<Wrapper>
<h6>{constants.ABUSE_REPORT_DESCRIPTION}</h6>
<br />
<Formik<FormValues>
initialValues={{
...defaultInitialValues,
@ -170,6 +169,7 @@ export function AbuseReportForm({ show, close, url }: Iprops) {
}): JSX.Element => (
<Form noValidate onSubmit={handleSubmit}>
<Form.Group controlId="reportForm.url">
<Form.Label>{constants.ALBUM_URL}</Form.Label>
<Form.Control
type="text"
disabled