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