1
0
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:
renovate[bot]
2024-12-17 10:08:19 -05:00
committed by GitHub
parent 8718940437
commit e1447a90e3
3 changed files with 6 additions and 6 deletions

View File

@@ -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>
`,