upd: validasi form create dan update pengajuan surat

Deskripsi:
- deselect false pada input select form tambah dan update pengajuan surat

No Issues
This commit is contained in:
2026-01-06 17:44:16 +08:00
parent 8480cec6ae
commit 476319945e
2 changed files with 5 additions and 2 deletions

View File

@@ -625,6 +625,7 @@ function DataUpdate({
<Grid.Col span={6} key={index}>
{item.type == "enum" ? (
<Select
allowDeselect={false}
label={<FieldLabel label={item.name} hint={item.desc} />}
data={item.options ?? []}
placeholder={item.name}