Skip to content

Commit

Permalink
Merge branch '3.x' of https://github.com/filamentphp/filament into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jul 31, 2024
2 parents 6cfbb5a + 5a4d040 commit 777c3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notifications/docs/02-sending-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Notification::make()
->actions([
Action::make('view')
->button()
->url(route('posts.show', $post), shouldOpenInNewTab: true)
->url(route('posts.show', $post), shouldOpenInNewTab: true),
Action::make('undo')
->color('gray'),
])
Expand Down

0 comments on commit 777c3ca

Please sign in to comment.