fixed
This commit is contained in:
@@ -17,7 +17,7 @@ const Alert = (props) => {
|
|||||||
setHide(true);
|
setHide(true);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
props.setTriggerAlert(false);
|
props.setTriggerAlert(false);
|
||||||
props?.setEditState(false);
|
props?.setEditState?.(false);
|
||||||
}, 250);
|
}, 250);
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user