Add region #32
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue