Fix : Adding fix to get my data and following data on landing page. (#1719)

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

View File

@ -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' },
];

View File

@ -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
);