diff --git a/src/main/ipc-handlers/tables.ts b/src/main/ipc-handlers/tables.ts index 683d95b3..ee3e2e77 100644 --- a/src/main/ipc-handlers/tables.ts +++ b/src/main/ipc-handlers/tables.ts @@ -169,6 +169,8 @@ export default (connections: {[key: string]: antares.Client}) => { } else { const { orgRow } = params; + delete orgRow._antares_id; + reload = true; for (const key in orgRow) {