diff options
| author | Henry Jameson <me@hjkos.com> | 2024-06-19 22:21:15 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-06-19 22:21:15 +0300 |
| commit | 80639509b0609f1a9303e3facb1c810a289ea3d1 (patch) | |
| tree | a56c4fb8e4f75a89e0892754f5f54f11f4e5cdce | |
| parent | a16e158216784071949f91074beca4b2e7382017 (diff) | |
fix polls in notifications
| -rw-r--r-- | src/components/notification/notification.style.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notification/notification.style.js b/src/components/notification/notification.style.js index 0d36760a..c6d317d1 100644 --- a/src/components/notification/notification.style.js +++ b/src/components/notification/notification.style.js @@ -11,7 +11,8 @@ export default { 'RichContent', 'Input', 'Avatar', - 'Attachment' + 'Attachment', + 'PollGraph' ], defaultRules: [] } |
