feat: add project to journal

This commit is contained in:
elforjani13
2022-08-30 18:49:05 +02:00
parent 6b37dcd8ae
commit dd264eed65
6 changed files with 39 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ const Schema = Yup.object().shape({
}),
contact_id: Yup.number().nullable(),
contact_type: Yup.string().nullable(),
project_id: Yup.number().nullable(),
note: Yup.string().max(DATATYPES_LENGTH.TEXT).nullable(),
}),
),