fix: qc
Deskripsi: - tambah anggota > no tlp > 62 - data home kalau yg login bukan superadmin No Issues
This commit is contained in:
@@ -423,7 +423,7 @@ export default function CreateMember() {
|
||||
error={
|
||||
touched.phone && (
|
||||
listData.phone == "" ? "Nomor Telepon Tidak Boleh Kosong" :
|
||||
listData.phone.length < 10 ? "Nomor Telepon harus 10 digit" : null
|
||||
listData.phone.length < 10 ? "Nomor Telepon Tidak Valid" : null
|
||||
)
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user