update bugs
This commit is contained in:
@@ -75,7 +75,7 @@ const IOCashDetails = () => {
|
||||
"Update by ",
|
||||
"Update On",
|
||||
];
|
||||
|
||||
|
||||
const handleUpdateStatus = debounce((id) => {
|
||||
setCaseDetails((prevSponser) =>
|
||||
prevSponser.map((sponsor) =>
|
||||
|
||||
@@ -82,12 +82,16 @@ const KeyMeritsEdit = ({
|
||||
meritsDescription: found?.meritsDescription,
|
||||
meritsHeaderArabic: found?.meritsHeaderArabic,
|
||||
meritsDescriptionArabic: found?.meritsDescriptionArabic,
|
||||
iconImage: null,
|
||||
icon_xid: found?.icon_xid,
|
||||
});
|
||||
console.log("==============",found);
|
||||
|
||||
}
|
||||
}, [found, reset]);
|
||||
|
||||
const onSubmit = async (data) => {
|
||||
console.log(data);
|
||||
|
||||
setIsLoading(true);
|
||||
try {
|
||||
const id = actionId;
|
||||
@@ -97,6 +101,9 @@ const KeyMeritsEdit = ({
|
||||
render: () => <ToastBox message={res?.data?.message} />,
|
||||
});
|
||||
handleClose()
|
||||
reset({
|
||||
meritsHeader: "",
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (res?.error?.data?.code === 400) {
|
||||
@@ -106,6 +113,7 @@ const KeyMeritsEdit = ({
|
||||
),
|
||||
});
|
||||
handleClose()
|
||||
reset();
|
||||
return;
|
||||
}
|
||||
} catch (error) {
|
||||
@@ -288,7 +296,7 @@ const KeyMeritsEdit = ({
|
||||
alt={selectedImageIcon}
|
||||
boxSize="1rem"
|
||||
mr="12px"
|
||||
/>}{" "}
|
||||
/>}
|
||||
<Text as={"span"} fontSize={"sm"} fontWeight={500}>
|
||||
{selectedIcon}
|
||||
</Text>
|
||||
|
||||
@@ -361,7 +361,7 @@ const ViewIOdetails = () => {
|
||||
colorScheme="forestGreen"
|
||||
rounded={"sm"}
|
||||
size={"xs"}
|
||||
>
|
||||
>
|
||||
Edit IO
|
||||
</Button>
|
||||
<FormInputView groupedFields={groupedFields} />
|
||||
|
||||
Reference in New Issue
Block a user