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 (