-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This new feature can be useful when you create a dialog in an async function and want to return the result of that dialog via async/await features. For example in the files plugin we want to query a user to replace a file and await the result of that. In the Dialog component you return the interesting dialog values via `Dialogs.close` or `Dialogs.reject` if you want to throw an exception.
- Loading branch information
Showing
1 changed file
with
62 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters