discussion

Deskripsi:
- loading skeleton pertama pada list diskusi
- realtime setelah hapus diskusi

No Issues
This commit is contained in:
amel
2024-11-08 10:45:07 +08:00
parent 80f5abeaca
commit 2881c75394
5 changed files with 24 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ export default function DetailEventDivision() {
toast.error("Data telah di hapus, anda akan beralih ke halaman list acara")
setTimeout(() => {
router.push(`/division/${param.id}/calender`)
}, 2000)
}, 1000)
}
}, [dataRealTime])