Skip to content

Commit

Permalink
fix: add missing icon for notification send history resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Oct 2, 2024
1 parent 201b9e3 commit c522e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/021_notification.sql
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ UNION
SELECT
nsh.*,
'component' as "resource_type",
jsonb_build_object('id', component.id, 'name', component.name) as resource
jsonb_build_object('id', component.id, 'name', component.name, 'icon', component.icon) as resource
FROM notification_send_history nsh
LEFT JOIN (
SELECT
Expand Down

0 comments on commit c522e88

Please sign in to comment.