mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: internal id not removed before row update
This commit is contained in:
@ -19,6 +19,7 @@ export default class {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static updateTableCell (params) {
|
static updateTableCell (params) {
|
||||||
|
delete params.row._id;
|
||||||
return ipcRenderer.invoke('update-table-cell', params);
|
return ipcRenderer.invoke('update-table-cell', params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user