Fix Error on opening Add Claim Modal
This commit is contained in:
@@ -134,7 +134,7 @@ export default function DialogClaimSubmitMember({
|
|||||||
params: { ...appliedParams, claimMember: true },
|
params: { ...appliedParams, claimMember: true },
|
||||||
});
|
});
|
||||||
|
|
||||||
setData(response.data);
|
setData(response.data.data);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, [corporateValue, openDialog, appliedParams]);
|
}, [corporateValue, openDialog, appliedParams]);
|
||||||
|
|||||||
Reference in New Issue
Block a user