0
0
Fork 0

fix: #6943 CustomerAddressCreate

This commit is contained in:
Javier Segarra 2024-11-29 13:29:15 +01:00
parent 4db8432e5e
commit 2e1a5ecdd9
1 changed files with 1 additions and 2 deletions

View File

@ -144,8 +144,7 @@ function onAgentCreated({ id, fiscalName }, data) {
<template #form> <template #form>
<CustomerNewCustomsAgent <CustomerNewCustomsAgent
@on-data-saved=" @on-data-saved="
(requestResponse, _) => (requestResponse) => onAgentCreated(requestResponse, data)
onAgentCreated(requestResponse, data)
" "
/> />
</template> </template>