Skip to content

Commit c082e84

Browse files
committed
docs: update iframe documentation
1 parent b618467 commit c082e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/IFRAME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Where `document_id` is the unique ID of the document that was successfully loade
113113

114114
```
115115
type: 'SUBMISSION_SENT'
116-
data: { submission_id: string }
116+
data: { document_id: string; submission_id: string }
117117
```
118118

119119
Where the `submission_id` is the unique ID of the submission successfully sent.

0 commit comments

Comments
 (0)