diff --git a/apis/nucleus/src/components/Cell.jsx b/apis/nucleus/src/components/Cell.jsx index 432a5dd7d..b5931a6bf 100644 --- a/apis/nucleus/src/components/Cell.jsx +++ b/apis/nucleus/src/components/Cell.jsx @@ -392,7 +392,7 @@ const Cell = forwardRef( load(layout.visualization, withVersion); return () => {}; - }, [types, state.sn, model, layout, appLayout, language]); + }, [types, state.sn, model, selections, layout, appLayout, language]); // Long running query useEffect(() => {