From e49ae2d40dc2cb80916a5f5853dc1a9b79574773 Mon Sep 17 00:00:00 2001 From: Arpit Date: Tue, 17 Oct 2023 12:45:31 +0530 Subject: [PATCH] fixes: table column data not updated on boxes changes in container (#7919) --- frontend/src/Editor/Container.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: {