Fix- Publication Modal Label text

This commit is contained in:
Aadhar Chandiwala
2022-03-16 11:17:33 +05:30
parent 519fbbd1b2
commit c46b8fc162

View File

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