fixes: table column data not updated on boxes changes in container (#7919)

This commit is contained in:
Arpit 2023-10-17 12:45:31 +05:30 committed by GitHub
parent fb6bf5a157
commit e49ae2d40d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]: {