From 0f434d31b8b61ced8fdb9143d7f15e6217529cf6 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Thu, 21 Nov 2024 16:32:46 -0800 Subject: [PATCH] Don't show nests from joins --- .../src/components/NestContextBar/NestContextBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/query-composer/src/components/NestContextBar/NestContextBar.tsx b/packages/query-composer/src/components/NestContextBar/NestContextBar.tsx index ffd5c9cc..4010bbbf 100644 --- a/packages/query-composer/src/components/NestContextBar/NestContextBar.tsx +++ b/packages/query-composer/src/components/NestContextBar/NestContextBar.tsx @@ -83,7 +83,7 @@ export const NestContextBar: React.FC = ({ field.type === 'turtle'} - showNested={true} + showNested={false} selectField={selectField} />