upd: upload image anggota

This commit is contained in:
amel
2024-09-12 11:39:08 +08:00
parent 7ae49bc068
commit 047311c8b9
3 changed files with 19 additions and 34 deletions

View File

@@ -442,7 +442,7 @@ export default function CreateMember() {
onBlur={() => setTouched({ ...touched, gender: true })}
error={
touched.gender && (
listData.gender == "" ? "Gender Tidak Boleh Kosong" : null
listData.gender == "" ? "Jenis Kelamin Tidak Boleh Kosong" : null
)
}
/>