From bce697b5149518283ee71714e6547cbb3798f40b Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Thu, 16 Dec 2021 12:20:18 +0530 Subject: [PATCH] Fix #1777 Left column for faceted search on Explore page disappears some times. (#1789) --- .../src/main/resources/ui/src/components/app-bar/Appbar.tsx | 2 +- .../ui/src/pages/MyDataPage/MyDataPage.component.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx b/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx index f00f879a018..44be0bb1904 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/app-bar/Appbar.tsx @@ -199,7 +199,7 @@ const Appbar: React.FC = (): JSX.Element => { id="explore" style={navStyle(location.pathname.startsWith('/explore'))} to={{ - pathname: '/explore', + pathname: '/explore/tables', }}> Explore diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/MyDataPage/MyDataPage.component.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/MyDataPage/MyDataPage.component.tsx index e90123b5100..9daaaf6ca4b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/MyDataPage/MyDataPage.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/MyDataPage/MyDataPage.component.tsx @@ -97,7 +97,7 @@ const MyDataPage = () => { const ownedEntity = searchData( '', 1, - 5, + 8, getMyDataFilters(Ownership.OWNER, AppState.userDetails), '', '', @@ -107,7 +107,7 @@ const MyDataPage = () => { const followedEntity = searchData( '', 1, - 5, + 8, getMyDataFilters(Ownership.FOLLOWERS, AppState.userDetails), '', '',