forked from verdnatura/salix-front
fix: #6943 CustomerAddressCreate
This commit is contained in:
parent
4db8432e5e
commit
2e1a5ecdd9
|
@ -144,8 +144,7 @@ function onAgentCreated({ id, fiscalName }, data) {
|
|||
<template #form>
|
||||
<CustomerNewCustomsAgent
|
||||
@on-data-saved="
|
||||
(requestResponse, _) =>
|
||||
onAgentCreated(requestResponse, data)
|
||||
(requestResponse) => onAgentCreated(requestResponse, data)
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue