Merge pull request #34019 from backstage/freben/swappable-notification-description

Make NotificationDescription a swappable component
This commit is contained in:
Fredrik Adelöw
2026-04-22 10:34:28 +02:00
committed by GitHub
5 changed files with 109 additions and 41 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
The notification description used in the notifications table is now a swappable component, so that apps can replace its rendering with a custom implementation.