добавлен объект локализаци
This commit is contained in:
@@ -20,8 +20,9 @@ export const CalendarComponent:React.FC<TProps> = React.memo((props) => {
|
||||
9: 'Октября',
|
||||
10: 'Ноября',
|
||||
11: 'Декабря'
|
||||
}
|
||||
return <Calendar
|
||||
}
|
||||
return <Calendar
|
||||
// locale="en"
|
||||
showDoubleView={false}
|
||||
next2Label={null}
|
||||
prev2Label={null}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import { PinkButton } from "./button";
|
||||
import { PinkButton } from "./pinkButton";
|
||||
|
||||
type TProps = {
|
||||
textButton: string
|
||||
|
||||
@@ -2,7 +2,7 @@ import React, { useState } from "react";
|
||||
import './form.css';
|
||||
import { useForm, Controller } from 'react-hook-form';
|
||||
import { InputProps, styled, TextField, TextFieldProps } from "@mui/material";
|
||||
import { PinkButton } from "../button";
|
||||
import { PinkButton } from "../pinkButton";
|
||||
import { StyledOptions } from "@emotion/styled";
|
||||
import { MUIStyledCommonProps } from "@mui/system";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user