mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 07:58:06 +00:00
Fix : Adding fix to get my data and following data on landing page. (#1719)
This commit is contained in:
parent
5f0f6f0728
commit
f56e1e546a
@ -54,5 +54,5 @@ export const getFilters = (
|
||||
export const filterList = [
|
||||
{ name: 'All Activity', value: 'all' },
|
||||
{ name: 'My Data', value: 'owner' },
|
||||
{ name: 'Following Data', value: 'followers' },
|
||||
{ name: 'Following', value: 'followers' },
|
||||
];
|
||||
|
@ -99,7 +99,7 @@ const MyDataPage = () => {
|
||||
1,
|
||||
5,
|
||||
getMyDataFilters(Ownership.OWNER, AppState.userDetails),
|
||||
'last_updated_timestamp',
|
||||
'',
|
||||
'',
|
||||
myDataSearchIndex
|
||||
);
|
||||
@ -109,7 +109,7 @@ const MyDataPage = () => {
|
||||
1,
|
||||
5,
|
||||
getMyDataFilters(Ownership.FOLLOWERS, AppState.userDetails),
|
||||
'last_updated_timestamp',
|
||||
'',
|
||||
'',
|
||||
myDataSearchIndex
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user