Resolve issue where unable to scroll further after updating record RPS-65.
This commit is contained in:
@@ -53,7 +53,7 @@ ipcRenderer.on(
|
||||
ipcRenderer.on(
|
||||
ipcTypes.default.estimate.toRenderer.estimateDecodeSuccess,
|
||||
async (event, obj) => {
|
||||
console.log("obj", obj);
|
||||
|
||||
await UpsertEstimate(obj);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user