testversand

This commit is contained in:
2026-02-24 01:42:30 +01:00
parent 6f7ac43a0b
commit 8801a8ba32
2 changed files with 7 additions and 5 deletions

View File

@@ -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);
}