Skip to content

Commit

Permalink
Improves property description
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Oct 18, 2022
1 parent 0437cfe commit 009fc23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions superset-frontend/src/components/MessageToasts/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export interface ToastMeta {
/** Whether to skip displaying this message if there are another toast
* with the same message. */
noDuplicate?: boolean;
/** For security reasons, HTML rendering is disabled. Use this property to enable
* HTML rendering and make sure any required sanitization is applied.
*/
/** For security reasons, HTML rendering is disabled by default. Use this property to enable it. */
allowHtml?: boolean;
}

0 comments on commit 009fc23

Please sign in to comment.