Skip to content

Commit

Permalink
oops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBiskas committed Aug 20, 2024
1 parent 7b5014c commit 5f73dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/actions/docs/04-modals.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Modal::closedByEscaping(false);

## Hooks for when action modal is closed

You may want to execute some code when the modal is closed. You can do this by using the `onModalClose()` method:
You may want to execute some code before or after the modal is closed.

```php
Action::make('updateAuthor')
Expand Down

0 comments on commit 5f73dae

Please sign in to comment.