fix: Add missing action icons

This commit is contained in:
2024-02-05 14:25:57 +01:00
parent 84f4d0bd53
commit 1084559688
5 changed files with 9 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ export function NotificationActions({ notification, detailsTarget, mutate }: Not
return (
<ActionPanel>
<Action.OpenInBrowser url={notificationHtmlUrl} />
<Action.Push title="Show Details" target={detailsTarget} />
<Action.Push title="Show Details" icon={Icon.AppWindowSidebarRight} target={detailsTarget} />
<Action
title="Delete Notification"
icon={Icon.Trash}