7983-testToMaster_2438 #718
|
@ -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 () => {
|
||||||
|
|
Loading…
Reference in New Issue