# Forum Report

## feat
- Repot posting
- Report komentar
### No issuee
This commit is contained in:
2024-03-18 14:02:01 +08:00
parent a77d728a5f
commit de0790aade
33 changed files with 605 additions and 49 deletions

View File

@@ -26,7 +26,7 @@ export async function ComponentGlobal_NotifikasiBerhasil(
),
color: "green",
radius: "md",
autoClose: durasi ? durasi : 1000,
autoClose: durasi ? durasi : 2000,
icon: <IconCircleCheck color="white" />,
withCloseButton: false,

View File

@@ -17,7 +17,7 @@ export async function ComponentGlobal_NotifikasiGagal(text: string) {
),
color: "red",
radius: "md",
autoClose: 1000,
autoClose: 2000,
icon: <IconAlertTriangle color="white" />,
withCloseButton: false,

View File

@@ -20,7 +20,7 @@ export async function ComponentGlobal_NotifikasiPeringatan(
),
color: "yellow.1",
radius: "md",
autoClose: durasi ? durasi : 1000,
autoClose: durasi ? durasi : 2000,
style: {
borderWidth: "0.5px",
borderStyle: "solid",