mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[deps] Design System: Update ngx-toastr to v19 (#10594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Victoria League <vleague@bitwarden.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import { Toast as BaseToastrComponent } from "ngx-toastr";
|
||||
[title]="options?.payload?.title"
|
||||
[variant]="options?.payload?.variant"
|
||||
[message]="options?.payload?.message"
|
||||
[progressWidth]="width"
|
||||
[progressWidth]="width()"
|
||||
(onClose)="remove()"
|
||||
></bit-toast>
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user