fix: refs #7356 create claim dialog #656

Merged
jorgep merged 6 commits from 7356-fixCreateClaimDialog into dev 2024-08-29 14:38:46 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 174c34b4e0 - Show all commits

View File

@ -131,7 +131,11 @@ const createClaim = () => {
onCreateClaimAccepted
);
else
openConfirmationModal(t('Do you want to create a claim?'), onCreateClaimAccepted);
openConfirmationModal(
t('Do you want to create a claim?'),
null,

Tiene 3 parámetros obligatiorios.

Tiene 3 parámetros obligatiorios.
onCreateClaimAccepted
);
};
const onCreateClaimAccepted = async () => {