@ -83,6 +83,7 @@
first_name: '',
last_name: '',
birthday: '',
gender: 'n',
errors: {},
});
this.select(this.childs.length - 1);
@ -29,7 +29,7 @@ $(document).ready(function () {
$(`[data-gender=${currentGender}]`).addClass('active');
$input.val(currentGender)
})
$('#user-photo-upload').change(file => {