Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ya2s committed Feb 8, 2025
1 parent 52cf1f1 commit 0f66655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const useInitialAutoLayout = (
.filter((node) => node.type === 'table')
.some((node) => node.measured) ||
(nodes.filter((node) => node.type === 'table').length === 0 &&
nodes.find((node) => node.type === 'nonRelatedTableGroup')?.hidden ===
nodes.find((node) => node.type === 'nonRelatedTableGroup')?.hidden !==
undefined),
[nodes],
)
Expand Down

0 comments on commit 0f66655

Please sign in to comment.