Fix QC Kak Inno 18 Des
Fix UI Admin Menu Kesehatan Fix Search : Sudah diberi useDebounced menu Kesehatan
This commit is contained in:
@@ -77,7 +77,7 @@ function ListPegawaiPPID({ search }: { search: string }) {
|
||||
<Box py="xl">
|
||||
<Paper withBorder bg={colors['white-1']} p="lg" shadow="md" radius="md">
|
||||
<Group justify="space-between" mb="md">
|
||||
<Title order={2} lh={1.2}>
|
||||
<Title order={4} lh={1.2}>
|
||||
Daftar Pegawai PPID
|
||||
</Title>
|
||||
<Button
|
||||
@@ -103,7 +103,7 @@ function ListPegawaiPPID({ search }: { search: string }) {
|
||||
<Box py="xl">
|
||||
<Paper withBorder bg={colors['white-1']} p="lg" shadow="md" radius="md">
|
||||
<Group justify="space-between" mb="md">
|
||||
<Title order={2} lh={1.2}>
|
||||
<Title order={4} lh={1.2}>
|
||||
Daftar Pegawai PPID
|
||||
</Title>
|
||||
<Button
|
||||
|
||||
@@ -67,7 +67,7 @@ function ListPosisiOrganisasiPPID({ search }: { search: string }) {
|
||||
<Box py={{ base: 'sm', md: 'md' }}>
|
||||
<Paper withBorder bg={colors['white-1']} p={{ base: 'md', md: 'lg' }} shadow="md" radius="md">
|
||||
<Group justify="space-between" mb={{ base: 'sm', md: 'md' }}>
|
||||
<Title order={2}>Daftar Posisi Organisasi PPID</Title>
|
||||
<Title order={4}>Daftar Posisi Organisasi PPID</Title>
|
||||
<Button
|
||||
leftSection={<IconPlus size={18} />}
|
||||
color="blue"
|
||||
@@ -148,7 +148,7 @@ function ListPosisiOrganisasiPPID({ search }: { search: string }) {
|
||||
{filteredData.length > 0 ? (
|
||||
filteredData.map((item) => (
|
||||
<Paper key={item.id} withBorder p="sm" radius="sm">
|
||||
<Stack gap={4}>
|
||||
<Stack gap={'xs'}>
|
||||
<Box>
|
||||
<Text fz="xs" fw={600} lh={1.4}>Nama Posisi</Text>
|
||||
<Text fz="sm" fw={600} lh={1.5}>{item.nama}</Text>
|
||||
|
||||
Reference in New Issue
Block a user