Skip to content

Commit

Permalink
fix: correct count duplicate default closes #636
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Mar 15, 2019
1 parent d4393ce commit 8f8725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/toastr/toastr-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const DefaultNoComponentGlobalConfig: GlobalConfig = {
autoDismiss: false,
newestOnTop: true,
preventDuplicates: false,
countDuplicates: true,
countDuplicates: false,
resetTimeoutOnDuplicate: false,
iconClasses: {
error: 'toast-error',
Expand Down

0 comments on commit 8f8725f

Please sign in to comment.