fix: notification example

This commit is contained in:
Aylur
2023-10-09 19:32:08 +02:00
parent 25f09733ff
commit 6cd0530f0c
+1 -1
View File
@@ -108,7 +108,7 @@ export const Notification = n => Widget.EventBox({
}),
Widget.Box({
className: 'actions',
children: n.actions.map(({ id, label }) => Button({
children: n.actions.map(({ id, label }) => Widget.Button({
className: 'action-button',
onClicked: () => n.invoke(id),
hexpand: true,