changes
This commit is contained in:
@@ -31,7 +31,7 @@ let record = await $getdata("application", {
|
||||
first: true,
|
||||
});
|
||||
async function save() {
|
||||
await $patchapi("application", record);
|
||||
await $patchapi("application", { data: record });
|
||||
record = await $getdata("application", {
|
||||
filter: { id: props.row.id },
|
||||
first: true,
|
||||
|
||||
Reference in New Issue
Block a user