Ugh, this was all it needed

This commit is contained in:
shamoon
2025-03-04 09:00:53 -08:00
parent f9c1051ef7
commit 9ee9292852
3 changed files with 3 additions and 3 deletions

View File

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