Add region #32

Open
mattdimegs wants to merge 4 commits from refactor/update-med-calls into main
Showing only changes of commit b3bced8c62 - Show all commits

View file

@ -1,6 +1,6 @@
import * as Yup from 'yup';
export const baseMedicationInformationScema = Yup.object().shape({
export const baseMedicationInformationSchema = Yup.object().shape({
region: Yup.string().required("region is required")
});