We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07204d0 commit 91e9484Copy full SHA for 91e9484
1 file changed
frontend/composables/useDialog.ts
@@ -25,8 +25,8 @@ export interface DialogControllerState<Data> {
25
export interface DialogOpenResult {
26
/**
27
* If a callback is given, submitting the dialog calls it, passing in the
28
- * dialog's return value. The dialog shows a loading indicator until
29
- * the callback completes. If it succeeds, the dialog closes, and the returned
+ * dialog's return value. The dialog shows a loading indicator until the
+ * callback completes. If it succeeds, the dialog closes, and the returned
30
* promise resolves. If it fails, the dialog stays open, letting the user
31
* resubmit.
32
*
0 commit comments