Skip to content

Commit 91e9484

Browse files
committed
Fix comment text wrapping
1 parent 07204d0 commit 91e9484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/composables/useDialog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export interface DialogControllerState<Data> {
2525
export interface DialogOpenResult {
2626
/**
2727
* 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
28+
* dialog's return value. The dialog shows a loading indicator until the
29+
* callback completes. If it succeeds, the dialog closes, and the returned
3030
* promise resolves. If it fails, the dialog stays open, letting the user
3131
* resubmit.
3232
*

0 commit comments

Comments
 (0)