Files
paperless-ngx/src-ui/src/app/components/common/toasts/toasts.component.html
2025-03-04 09:00:53 -08:00

4 lines
129 B
HTML

@for (toast of toasts; track toast.id) {
<pngx-toast [toast]="toast" [autohide]="true" (closed)="closeToast()"></pngx-toast>
}