rev: lembaga desa
Deskripsi: - mengubah semua nama grup darmasaba menjadi lembaga desa No Issues
This commit is contained in:
@@ -78,7 +78,7 @@ export default function DrawerGroup({ onSuccess, }: { onSuccess: (val: boolean)
|
||||
<IoAddCircle size={30} color={tema.get().utama} />
|
||||
</Box>
|
||||
<Box>
|
||||
<Text c={tema.get().utama}>Tambah Darmasaba</Text>
|
||||
<Text c={tema.get().utama} ta={"center"}>Tambah Lembaga Desa</Text>
|
||||
</Box>
|
||||
</Flex>
|
||||
</SimpleGrid>
|
||||
@@ -86,7 +86,7 @@ export default function DrawerGroup({ onSuccess, }: { onSuccess: (val: boolean)
|
||||
<LayoutDrawer
|
||||
opened={openDrawerGroup}
|
||||
onClose={() => setOpenDrawerGroup(false)}
|
||||
title={"Tambah Darmasaba"}
|
||||
title={"Tambah Lembaga Desa"}
|
||||
>
|
||||
<Box pos={"relative"} h={"28.5vh"}>
|
||||
<TextInput
|
||||
@@ -99,9 +99,9 @@ export default function DrawerGroup({ onSuccess, }: { onSuccess: (val: boolean)
|
||||
}}
|
||||
size="md"
|
||||
radius={10}
|
||||
label="Darmasaba"
|
||||
label="Lembaga Desa"
|
||||
required
|
||||
placeholder="Darmasaba"
|
||||
placeholder="Nama Lembaga Desa"
|
||||
onChange={(e) => {
|
||||
onValidation('name', e.target.value)
|
||||
}}
|
||||
|
||||
@@ -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}>
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function ListGroupActive() {
|
||||
|
||||
setLoading(false);
|
||||
} catch (error) {
|
||||
toast.error("Gagal mendapatkan grup, coba lagi nanti");
|
||||
toast.error("Gagal mendapatkan lembaga desa, coba lagi nanti");
|
||||
console.error(error);
|
||||
} finally {
|
||||
setLoading(false);
|
||||
|
||||
@@ -11,7 +11,7 @@ export default function NavbarGroup() {
|
||||
const tema = useHookstate(TEMA)
|
||||
return (
|
||||
<>
|
||||
<LayoutNavbarNew back='/home' title='Darmasaba'
|
||||
<LayoutNavbarNew back='/home' title='Lembaga Desa'
|
||||
menu={
|
||||
<ActionIcon onClick={() => setOpen(true)} variant="light" bg={tema.get().bgIcon} size="lg" radius="lg" aria-label="Settings">
|
||||
<HiMenu size={20} color='white' />
|
||||
|
||||
Reference in New Issue
Block a user