chore: reformat code
This commit is contained in:
parent
3d930aa73b
commit
aedabcbdee
509 changed files with 6030 additions and 4266 deletions
|
|
@ -9,12 +9,12 @@ import { TextInput } from 'src/components/inputs/formik'
|
|||
|
||||
const initialValues = {
|
||||
title: '',
|
||||
content: ''
|
||||
content: '',
|
||||
}
|
||||
|
||||
const validationSchema = Yup.object().shape({
|
||||
title: Yup.string().required().trim().max(25),
|
||||
content: Yup.string().required()
|
||||
content: Yup.string().required(),
|
||||
})
|
||||
|
||||
const NewNoteModal = ({ showModal, onClose, onSubmit, errorMsg }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue