fix 2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user