We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa31d8d commit 78e6b60Copy full SHA for 78e6b60
packages/feedback/test/widget/Dialog.test.ts
@@ -8,6 +8,7 @@ type NonNullableFields<T> = {
8
function renderDialog({
9
showName = true,
10
showEmail = true,
11
+ showBranding = false,
12
isAnonymous = false,
13
formTitle = 'Feedback',
14
defaultName = 'Foo Bar',
@@ -28,6 +29,7 @@ function renderDialog({
28
29
isAnonymous,
30
showName,
31
showEmail,
32
+ showBranding,
33
defaultName,
34
defaultEmail,
35
nameLabel,
0 commit comments