diff --git a/client/components/shared/ResumeInput.tsx b/client/components/shared/ResumeInput.tsx index 260d947d..f26ed9ec 100644 --- a/client/components/shared/ResumeInput.tsx +++ b/client/components/shared/ResumeInput.tsx @@ -58,7 +58,8 @@ const ResumeInput: React.FC = ({ type = 'text', label, path, className, m openTo="year" label={label} value={dayjs(value)} - slots={{ textField: (params) => }} + views={['year', 'month', 'day']} + className={className} onChange={(date: dayjs.Dayjs | null) => { if (!date) return onChangeValue(''); if (dayjs(date).isValid()) return onChangeValue(dayjs(date).format('YYYY-MM-DD')); diff --git a/client/public/locales/pt-BR/builder.json b/client/public/locales/pt-BR/builder.json index ccaeb55a..28409e69 100644 --- a/client/public/locales/pt-BR/builder.json +++ b/client/public/locales/pt-BR/builder.json @@ -173,7 +173,9 @@ "institution": { "label": "Instituição" } - } + }, + "heading": "Escolaridade", + "heading_one": "Escolaridade" }, "experience": { "form": {