dasdasdيشيسي
This commit is contained in:
@@ -27,7 +27,7 @@ const EMPTY_VALUES: RegistrationCenterFormValues = {
|
||||
|
||||
const RegistrationCenterFormValidationSchema = yup.object({
|
||||
selectedCenter: yup
|
||||
.mixed<CenterItem | null>()
|
||||
.mixed<CenterItem>()
|
||||
.nullable()
|
||||
.required("لطفاً یک مرکز را انتخاب کنید"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user