Fix #1777 Left column for faceted search on Explore page disappears some times. (#1789)

This commit is contained in:
Sachin Chaurasiya 2021-12-16 12:20:18 +05:30 committed by GitHub
parent 06712fa425
commit bce697b514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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
</NavLink>

View File

@ -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),
'',
'',