From 28716b9c194a014f76e238b525979e255a5bc333 Mon Sep 17 00:00:00 2001 From: adongare Date: Fri, 8 Nov 2024 09:09:34 -0500 Subject: [PATCH] MAT-7786 revert changes made for testing --- src/CqlBuilderPanel/definitionsSection/DefinitionsSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CqlBuilderPanel/definitionsSection/DefinitionsSection.tsx b/src/CqlBuilderPanel/definitionsSection/DefinitionsSection.tsx index fa7d341b..b2665954 100644 --- a/src/CqlBuilderPanel/definitionsSection/DefinitionsSection.tsx +++ b/src/CqlBuilderPanel/definitionsSection/DefinitionsSection.tsx @@ -51,7 +51,7 @@ export default function DefinitionsSection({ }) || []; return ( -
+ <> )} -
+ ); }