Skip to content

Commit

Permalink
fix: remove the tag name default #29
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Dec 21, 2022
1 parent 92e433c commit b8a120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function init(options = {}) {
configuration.DOMPurify = options.DOMPurify || null;

configuration.theme = themes[options.theme] || 'grey';
configuration.badge = options.badge || 'New';
configuration.badge = options.badge || null;

// we will default to false for configuration
configuration.dismissible = options.dismissible || false;
Expand Down

0 comments on commit b8a120e

Please sign in to comment.