upd:realtime
Deskripsi; - upd realtime di halaman pengumuman No Issues
This commit is contained in:
@@ -20,7 +20,7 @@ export default function NotificationCustome({ onClose, title, desc, onClick }: {
|
||||
useShallowEffect(() => {
|
||||
const timer = setTimeout(() => {
|
||||
setOpened(false)
|
||||
}, 2000);
|
||||
}, 3000);
|
||||
return () => clearTimeout(timer);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user