changes
This commit is contained in:
@@ -169,7 +169,7 @@ async function createCustomer() {
|
||||
}
|
||||
|
||||
const customerData = $resetNull({ ...record.value });
|
||||
const res = await $insertapi("customer", customerData, undefined, false);
|
||||
const res = await $insertapi("customer", { data: customerData, notify: false });
|
||||
if (!res || res === "error") return;
|
||||
|
||||
const completedData = await $getdata("customer", {
|
||||
|
||||
Reference in New Issue
Block a user