fix: inline field update not working with tables missing primary key

This commit is contained in:
Fabio Di Stasio 2022-06-01 18:31:25 +02:00
parent a7d5e1973c
commit caf776bd55
1 changed files with 2 additions and 0 deletions

View File

@ -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) {