From d28b7becdcfaddda05ef083c94b79270e08c3674 Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 11 Dec 2024 10:58:42 -0500 Subject: [PATCH] restore outputpane --- .../src/scenes/data-warehouse/editor/OutputPane.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx b/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx index 88ebd61120a1b..31670c9f15955 100644 --- a/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx +++ b/frontend/src/scenes/data-warehouse/editor/OutputPane.tsx @@ -75,9 +75,7 @@ export function OutputPane(): JSX.Element { return responseLoading ? ( ) : !response ? ( -
- Query results will appear here -
+ Query results will appear here ) : (
- Query be results will be visualized here -
+ Query be results will be visualized here ) : (
-
+