Skip to content

Commit

Permalink
Add default value in the doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: LucasZF <[email protected]>
  • Loading branch information
antonis and lucas-zimerman authored Dec 13, 2024
1 parent fbb402b commit bb79879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/js/feedback/FeedbackForm.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export interface FeedbackFormProps extends FeedbackGeneralConfiguration, Feedbac
export interface FeedbackGeneralConfiguration {
/**
* Show the Sentry branding
*
* @default true
*/
showBranding?: boolean;

Expand Down

0 comments on commit bb79879

Please sign in to comment.