Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcatania-usds committed Feb 26, 2025
1 parent 0e7ca7d commit 6727a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/javascript/adapters/ModalAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export abstract class ModalAdapter {
}
}

async onExit(eventPayload: any) {
async onExit(eventPayload: any = {}) {
if (this.exitCallback) {
this.exitCallback();
}
Expand Down

0 comments on commit 6727a53

Please sign in to comment.