rev: lembaga desa
Deskripsi: - mengubah semua nama grup darmasaba menjadi lembaga desa No Issues
This commit is contained in:
@@ -139,7 +139,7 @@ export default function EditDrawerGroup({ onUpdated, id, isActive, }: { onUpdate
|
||||
<LayoutDrawer
|
||||
opened={openDrawerGroup}
|
||||
onClose={() => setOpenDrawerGroup(false)}
|
||||
title={"Edit Darmasaba"}
|
||||
title={"Edit Lembaga Desa"}
|
||||
>
|
||||
<Box pos={"relative"} h={"28.5vh"}>
|
||||
<TextInput
|
||||
@@ -162,8 +162,8 @@ export default function EditDrawerGroup({ onUpdated, id, isActive, }: { onUpdate
|
||||
)
|
||||
}
|
||||
radius={10}
|
||||
placeholder="Darmasaba"
|
||||
label="Darmasaba"
|
||||
placeholder="Nama Lembaga Desa"
|
||||
label="Lembaga Desa"
|
||||
required
|
||||
/>
|
||||
<Box pos={"absolute"} bottom={10} left={0} right={0}>
|
||||
|
||||
Reference in New Issue
Block a user