0
0
Fork 0

fix: refs #7356 create claim dialog

This commit is contained in:
Jorge Penadés 2024-08-28 16:17:34 +02:00
parent ae70256b5e
commit 174c34b4e0
1 changed files with 5 additions and 1 deletions

View File

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