Skip to content

Commit

Permalink
optimize the code
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Sep 29, 2024
1 parent d1ad400 commit 950702a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/public/application/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ export interface AppLeaveActionFactory {
*
* @param text The text to display in the confirmation message
* @param title (optional) title to display in the confirmation message
* @param callback (optional) function to execute in the confirmation message
*/
confirm(text: string, title?: string, callback?: () => void): AppLeaveConfirmAction;
/**
Expand Down

0 comments on commit 950702a

Please sign in to comment.