Merge pull request #714 from chandiwalaaadhar/fix/publication-modal-label-text

Fix- Publication Modal Label text
This commit is contained in:
Amruth Pillai
2022-03-16 07:24:31 +01:00
committed by GitHub

View File

@ -115,7 +115,7 @@ const PublicationModal: React.FC = () => {
render={({ field, fieldState }) => (
<TextField
required
label="{t('builder.leftSidebar.sections.publications.form.publisher.label')}"
label={t('builder.leftSidebar.sections.publications.form.publisher.label')}
error={!!fieldState.error}
helperText={fieldState.error?.message}
{...field}