Skip to content

Commit

Permalink
fix: table re-render for lists/dictionaries (#2988)
Browse files Browse the repository at this point in the history
Fixes #2913
Fixes #2987

Silly bug during a reactor. I will merge this and release and follow up
with some tests.
  • Loading branch information
mscolnick authored Nov 27, 2024
1 parent 3f48585 commit b7b1817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/plugins/impl/DataTablePlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ const DataTableComponent = ({
[
useDeepCompareMemoize([
selection,
fieldTypes,
fieldTypesOrInferred,
rowHeaders,
textJustifyColumns,
wrappedColumns,
Expand Down

0 comments on commit b7b1817

Please sign in to comment.