Merge branch 'nico/push-stg' into nico/15-jul-25
This commit is contained in:
@@ -81,7 +81,6 @@ const persentasekelahiran = proxy({
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
findUnique: {
|
||||
data: null as Prisma.DataKematian_KelahiranGetPayload<{
|
||||
omit: { isActive: true };
|
||||
@@ -176,7 +175,6 @@ const persentasekelahiran = proxy({
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
const result = await response.json();
|
||||
|
||||
if (response.ok && result?.success) {
|
||||
|
||||
@@ -52,7 +52,6 @@ const handleSubmit = async () => {
|
||||
toast.error('Gagal memperbarui data');
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<Box>
|
||||
<Box mb={10}>
|
||||
|
||||
Reference in New Issue
Block a user