diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx index 19d2eb7bf2..285ad2ae78 100644 --- a/frontend/src/Editor/Container.jsx +++ b/frontend/src/Editor/Container.jsx @@ -413,7 +413,7 @@ export const Container = ({ const paramUpdated = useCallback( (id, param, value) => { - if (boxes.length && Object.keys(value)?.length > 0) { + if (Object.keys(value)?.length > 0) { setBoxes((boxes) => update(boxes, { [id]: {