forked from verdnatura/salix-front
fix: refs #7356 create claim dialog
This commit is contained in:
parent
ae70256b5e
commit
174c34b4e0
|
@ -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,
|
||||
onCreateClaimAccepted
|
||||
);
|
||||
};
|
||||
|
||||
const onCreateClaimAccepted = async () => {
|
||||
|
|
Loading…
Reference in New Issue