Skip to content

Commit 78e6b60

Browse files
committed
fix ts
1 parent aa31d8d commit 78e6b60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/feedback/test/widget/Dialog.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ type NonNullableFields<T> = {
88
function renderDialog({
99
showName = true,
1010
showEmail = true,
11+
showBranding = false,
1112
isAnonymous = false,
1213
formTitle = 'Feedback',
1314
defaultName = 'Foo Bar',
@@ -28,6 +29,7 @@ function renderDialog({
2829
isAnonymous,
2930
showName,
3031
showEmail,
32+
showBranding,
3133
defaultName,
3234
defaultEmail,
3335
nameLabel,

0 commit comments

Comments
 (0)