From 715911932936fd508845482844eea5b4e68544a0 Mon Sep 17 00:00:00 2001
From: arunvjn <32433245+arunvjn@users.noreply.github.com>
Date: Fri, 24 Sep 2021 12:43:36 +0530
Subject: [PATCH] Fixed header resizing (#7787)
---
app/client/src/pages/Editor/EditorHeader.tsx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/client/src/pages/Editor/EditorHeader.tsx b/app/client/src/pages/Editor/EditorHeader.tsx
index 8c0086ab74..0710f702fc 100644
--- a/app/client/src/pages/Editor/EditorHeader.tsx
+++ b/app/client/src/pages/Editor/EditorHeader.tsx
@@ -59,7 +59,6 @@ import { EditorSaveIndicator } from "./EditorSaveIndicator";
import getFeatureFlags from "utils/featureFlags";
import { getIsInOnboarding } from "selectors/onboardingSelectors";
import { retryPromise } from "utils/AppsmithUtils";
-import Skeleton from "components/utils/Skeleton";
const HeaderWrapper = styled(StyledHeader)`
width: 100%;
@@ -350,7 +349,7 @@ export function EditorHeader(props: EditorHeaderProps) {
)}
{props.inOnboarding && }
- }>
+ }>
{isSnipingMode && (