mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Merge branch 'develop' of https://github.com/rowyio/rowy into develop
This commit is contained in:
@@ -60,7 +60,7 @@ const ConditionModal = ({ modal, setModal, conditions, setConditions }) => {
|
||||
setModal({ ...modal, condition: { ...modal.condition, [key]: value } });
|
||||
};
|
||||
useEffect(() => {
|
||||
handleUpdate("operator")("==");
|
||||
handleUpdate("operator")(modal.condition.operator ?? "==");
|
||||
}, [modal.condition.type]);
|
||||
return (
|
||||
<Modal
|
||||
|
||||
Reference in New Issue
Block a user