fix : member
Deskripsi: - fix jumlah digit nomor telepon pada halaman tambah dan edit member No Issues
This commit is contained in:
@@ -167,7 +167,7 @@ export default function CreateMember() {
|
||||
nilai = false
|
||||
}
|
||||
|
||||
if (listData.phone == "" || !(listData.phone.length >= 10 && listData.phone.length <= 15)) {
|
||||
if (listData.phone == "" || !(listData.phone.length >= 9 && listData.phone.length <= 15)) {
|
||||
setTouched(touched => ({ ...touched, phone: true }))
|
||||
nilai = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user