Skip to content

Commit 6022bb4

Browse files
fix: types
1 parent 4dee2da commit 6022bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/debugger/app/components/composer-form-action-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const ComposerFormActionDialog = ({
144144
hash,
145145
};
146146
},
147-
onPostResponseToTarget(message, form) {
147+
onMessageRespond(message, form) {
148148
if (iframeRef.current && iframeRef.current.contentWindow) {
149149
iframeRef.current.contentWindow.postMessage(
150150
message,

0 commit comments

Comments
 (0)