send test push notifications to specific users only
This commit is contained in:
@ -108,7 +108,7 @@ export default function DashboardPage({ initialItems, initialUserId, cartEvents,
|
||||
toast(content, {
|
||||
toastId,
|
||||
autoClose: false, // Keep the toast open until manually closed
|
||||
closeButton: true,
|
||||
closeButton: false,
|
||||
onClose: () => handleClose(toastId),
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user