Working telegram functionality

This commit is contained in:
headlesdev
2025-05-25 22:37:20 +02:00
parent a218a7f8f3
commit d982a69f4d
3 changed files with 35 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ export const NotificationSettings = ({ onError, onSuccess }: { onError: (message
<DeleteNotification notificationId={deleteNotificationId} onNotificationDeleted={loadNotifications} onError={onError} onSuccess={onSuccess} />
)}
{notificationTestId && (
<TestNotification notificationTestId={notificationTestId} />
<TestNotification notificationTestId={notificationTestId} onError={onError} />
)}
</div>
</div>