Fix Menu Ekonomi :
Pasar Desa : Kategorinya ga tampil, Bug inputan edit di submenu : Demografi pekerjaa
This commit is contained in:
@@ -30,6 +30,7 @@ function CreateLowonganKerja() {
|
||||
gaji: '',
|
||||
deskripsi: '',
|
||||
kualifikasi: '',
|
||||
notelp: '',
|
||||
};
|
||||
};
|
||||
|
||||
@@ -86,6 +87,15 @@ function CreateLowonganKerja() {
|
||||
placeholder="Masukkan nama perusahaan"
|
||||
required
|
||||
/>
|
||||
<TextInput
|
||||
defaultValue={lowonganState.create.form.notelp}
|
||||
onChange={(val) =>
|
||||
(lowonganState.create.form.notelp = val.target.value)
|
||||
}
|
||||
label="Nomor Yang Dapat Dihubungi"
|
||||
placeholder="Masukkan nomor yang dapat dihubungi"
|
||||
required
|
||||
/>
|
||||
<TextInput
|
||||
defaultValue={lowonganState.create.form.lokasi}
|
||||
onChange={(val) =>
|
||||
|
||||
Reference in New Issue
Block a user