Deskripsi:
- tambah anggota > no tlp > 62
- data home kalau yg login bukan superadmin

No Issues
This commit is contained in:
amel
2024-10-03 11:59:48 +08:00
parent ed582c9306
commit 1552714c1d
3 changed files with 63 additions and 9 deletions

View File

@@ -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
)
}
/>