fix: hotfix webAccess #1022

Merged
jsegarra merged 8 commits from hotfix-6943CustomerWebAccess into master 2024-11-29 12:31:01 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 2e1a5ecdd9 - Show all commits

View File

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