testversand
This commit is contained in:
@@ -649,7 +649,7 @@ export async function loadList(section) {
|
||||
return;
|
||||
}
|
||||
if (window.AdminTestSend && typeof window.AdminTestSend.open === 'function') {
|
||||
window.AdminTestSend.open({ id, name: nm });
|
||||
window.AdminTestSend.open({ id, name: nm, section });
|
||||
} else {
|
||||
toast('Testversand ist aktuell nicht verfügbar.', false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user