upd: form tambah surat #114
@@ -385,7 +385,7 @@ export default function FormSurat() {
|
|||||||
value: item.name,
|
value: item.name,
|
||||||
label: item.name,
|
label: item.name,
|
||||||
}))}
|
}))}
|
||||||
value={jenisSuratFix.name}
|
value={jenisSuratFix.name == "" ? null : jenisSuratFix.name}
|
||||||
onChange={(value) => {
|
onChange={(value) => {
|
||||||
const slug = toSlug(String(value));
|
const slug = toSlug(String(value));
|
||||||
navigate("/darmasaba/surat?jenis=" + slug);
|
navigate("/darmasaba/surat?jenis=" + slug);
|
||||||
|
|||||||
Reference in New Issue
Block a user