mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
This commit is contained in:
parent
06712fa425
commit
bce697b514
@ -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>
|
||||
|
||||
@ -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),
|
||||
'',
|
||||
'',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user