Resolve issue where unable to scroll further after updating record RPS-65.

This commit is contained in:
Patrick Fic
2020-11-27 15:20:12 -08:00
parent 9d2a8284f7
commit f240dc6ccb
5 changed files with 55 additions and 74 deletions

View File

@@ -53,7 +53,7 @@ ipcRenderer.on(
ipcRenderer.on(
ipcTypes.default.estimate.toRenderer.estimateDecodeSuccess,
async (event, obj) => {
console.log("obj", obj);
await UpsertEstimate(obj);
}
);