Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricongjh committed Sep 8, 2023
1 parent ceb0bcf commit 2716c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/services/simple-modal.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface SimpleModalOptions {
confirmMessage?: string; // custom text message for confirm button
cancelMessage?: string; // custom text message for cancel button
onClosed?: () => void;
funProp?: string;
}

/**
Expand Down

0 comments on commit 2716c3f

Please sign in to comment.