website refactor
This commit is contained in:
@@ -16,7 +16,7 @@ export function NotificationIntegration() {
|
||||
useEffect(() => {
|
||||
// Listen for custom notification events from error reporter
|
||||
const handleNotificationEvent = (event: CustomEvent) => {
|
||||
const { type, title, message, variant, autoDismiss } = event.detail;
|
||||
const { type, title, message, variant } = event.detail;
|
||||
|
||||
addNotification({
|
||||
type: type || 'error',
|
||||
|
||||
Reference in New Issue
Block a user