From b9c1682af323db0ce0fe8db3d97959d72a4fb184 Mon Sep 17 00:00:00 2001
From: Rudhra Deep Biswas <98055396+rudeUltra@users.noreply.github.com>
Date: Wed, 26 Jun 2024 11:43:19 +0530
Subject: [PATCH] app viewer fixes (#10173)
---
frontend/src/Editor/Container.jsx | 4 +++-
frontend/src/Editor/Header/index.js | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx
index 444063dec8..99dcb702d4 100644
--- a/frontend/src/Editor/Container.jsx
+++ b/frontend/src/Editor/Container.jsx
@@ -818,6 +818,8 @@ export const Container = ({
? 'Connect to your data source or use our sample data source to start playing around!'
: 'Connect to a data source to be able to create a query';
+ const showEmptyContainer = !appLoading && !isDragging && mode !== 'view';
+
return (