dasdasdيشيسي

This commit is contained in:
2026-05-31 18:02:54 +03:30
parent b241d12ff5
commit b8dc1d0e1b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ const EMPTY_VALUES: RegistrationCenterFormValues = {
const RegistrationCenterFormValidationSchema = yup.object({
selectedCenter: yup
.mixed<CenterItem | null>()
.mixed<CenterItem>()
.nullable()
.required("لطفاً یک مرکز را انتخاب کنید"),
});