From 24520d1f0120cbc759834f311ec9794f951b7f85 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:09:21 +0100 Subject: [PATCH] fix 2 --- src/app_modules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app_modules.js b/src/app_modules.js index d6cb285..e2d62e4 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -1034,6 +1034,7 @@ function TS_IndexElement( if (typeof ref === 'string') { DB.put(ref, data._key, data).then(() => { toastr.success("Guardado!"); + render(); }).catch((e) => { console.warn('DB.put error', e); }); } else { try {