Deskripsi:
- Penerapan prisma db seed
## No Issue
This commit is contained in:
2024-07-24 10:47:12 +08:00
parent 6553f6163f
commit 5fc30c5f06
8 changed files with 435 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ export async function ComponentGlobal_NotifikasiGagal(text: string) {
return notifications.show({
message: (
<Center>
<Text fw={"bold"}>{text}</Text>
<Text align="center" fw={"bold"}>{text}</Text>
</Center>
),
color: "red",