fix: Admin
Deskripsi: - Penambahan field nama rekening di db bank - Optimalisasi event ## No Issue
This commit is contained in:
@@ -39,7 +39,7 @@ export default function CreateProfile({ userId }: { userId: any }) {
|
||||
const [imgBG, setImgBG] = useState<any | null>();
|
||||
|
||||
const [value, setValue] = useState({
|
||||
name: "",
|
||||
namaBank: "",
|
||||
email: "",
|
||||
alamat: "",
|
||||
jenisKelamin: "",
|
||||
@@ -189,7 +189,7 @@ export default function CreateProfile({ userId }: { userId: any }) {
|
||||
onChange={(val) => {
|
||||
setValue({
|
||||
...value,
|
||||
name: val.target.value,
|
||||
namaBank: val.target.value,
|
||||
});
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user