This commit is contained in:
Naiel
2026-01-09 12:09:21 +01:00
committed by GitHub
parent 6b8202992d
commit 24520d1f01

View File

@@ -1034,6 +1034,7 @@ function TS_IndexElement(
if (typeof ref === 'string') { if (typeof ref === 'string') {
DB.put(ref, data._key, data).then(() => { DB.put(ref, data._key, data).then(() => {
toastr.success("Guardado!"); toastr.success("Guardado!");
render();
}).catch((e) => { console.warn('DB.put error', e); }); }).catch((e) => { console.warn('DB.put error', e); });
} else { } else {
try { try {