This commit is contained in:
Laux Dev
2026-03-06 09:24:41 +08:00
parent c1e11d7f1c
commit 8f3595cf5d

View File

@@ -17,7 +17,7 @@ const Alert = (props) => {
setHide(true);
setTimeout(() => {
props.setTriggerAlert(false);
props?.setEditState(false);
props?.setEditState?.(false);
}, 250);
};
return (