Fix issue with deleting list recipients
This commit is contained in:
parent
1563a1aea0
commit
be8a56fb21
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@
|
|||
{{ self::delete_modal(modal_id="listDelete" ~ loop.index,
|
||||
confirm_text="Delete list '" ~ list.mail ~ "'",
|
||||
action="/list/delete",
|
||||
payload=["name", list.mail])
|
||||
payload=["mail", list.mail])
|
||||
}}
|
||||
</div>
|
||||
<h3>Recipients</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue