refactor: drop toast(s) custom event as toasts listen to updated now

This commit is contained in:
Herculino Trotta
2024-11-30 00:35:20 -03:00
parent 73678aacab
commit da10f461a6
14 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def account_reconciliation(request):
)
return HttpResponse(
status=204,
headers={"HX-Trigger": "updated, hide_offcanvas, toast"},
headers={"HX-Trigger": "updated, hide_offcanvas"},
)
else:
formset = AccountBalanceFormSet(initial=initial_data)