1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: table row loses internal id after cell update

This commit is contained in:
2021-06-02 11:58:34 +02:00
parent faa799c8ea
commit 66227569f4
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,6 @@ export default class {
}
static updateTableCell (params) {
delete params.row._id;
return ipcRenderer.invoke('update-table-cell', params);
}