docs: add missing to (#46279)

This commit is contained in:
yuza 2023-12-06 10:38:16 +09:00 committed by GitHub
parent c156d715bf
commit 5a89fb3f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Modal dialogs.
When requiring users to interact with the application, but without jumping to a new page and interrupting the user's workflow, you can use `Modal` to create a new floating layer over the current page to get user feedback or display information.
Additionally, if you need show a simple confirmation dialog, you can use [`App.useApp`](/components/app/) hooks.
Additionally, if you need to show a simple confirmation dialog, you can use [`App.useApp`](/components/app/) hooks.
## Examples