Skip to content

Commit bc31cf3

Browse files
committed
missing option in createWidget
1 parent 357a3d1 commit bc31cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/feedback/test/widget/createWidget.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const DEFAULT_OPTIONS = {
3030
email: 'email',
3131
name: 'username',
3232
},
33+
includeReplay: true,
3334
isEmailRequired: false,
3435
isNameRequired: false,
3536

0 commit comments

Comments
 (0)