Skip to content

Commit

Permalink
fix: internal id not removed before row update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed May 20, 2021
1 parent 1e37f2a commit 0f10c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/ipc-api/Tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default class {
}

static updateTableCell (params) {
delete params.row._id;
return ipcRenderer.invoke('update-table-cell', params);
}

Expand Down

0 comments on commit 0f10c9e

Please sign in to comment.