mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
Fix- Publication Modal Label text
This commit is contained in:
@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user