This commit is contained in:
2026-01-20 01:44:49 +01:00
parent 3d559924a9
commit 8e6248cea1
7 changed files with 158 additions and 76 deletions

View File

@@ -72,7 +72,7 @@ export function initCreate(){
toast('Erstellt',true);
window.loadList && window.loadList(section);
} else {
toast('Erstellen fehlgeschlagen',false,{duration:3000});
toast(r?.error || 'Erstellen fehlgeschlagen',false,{duration:3000});
console.error('Create failed',r);
}
};