This commit is contained in:
Professional 2025-05-24 01:12:47 +07:00
parent 0c653fa6fd
commit a7033bb0e2

View File

@ -469,7 +469,7 @@ const genderOptions = ref([
]);
const genderSearchQuery = ref('');
const showGenderList = ref(false);
const filteredGenders = ref([];
const filteredGenders = ref([]);
// Computed properties
const mainPhoto = computed(() => {