Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkvasnicak committed Nov 19, 2024
1 parent 4dee2da commit 6022bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const ComposerFormActionDialog = ({
hash,
};
},
onPostResponseToTarget(message, form) {
onMessageRespond(message, form) {
if (iframeRef.current && iframeRef.current.contentWindow) {
iframeRef.current.contentWindow.postMessage(
message,
Expand Down

0 comments on commit 6022bb4

Please sign in to comment.