mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 03:56:35 +00:00
* Fix: Issue #1348 - My Data and Followers are empty * Addressing comment
This commit is contained in:
parent
ee1db17351
commit
bfbb751faa
@ -25,6 +25,7 @@ import { getIngestionWorkflows } from '../../axiosAPIs/ingestionWorkflowAPI';
|
||||
import { searchData } from '../../axiosAPIs/miscAPI';
|
||||
import Loader from '../../components/Loader/Loader';
|
||||
import MyData from '../../components/MyData/MyData.component';
|
||||
import { PAGE_SIZE } from '../../constants/constants';
|
||||
import {
|
||||
myDataEntityCounts,
|
||||
myDataSearchIndex,
|
||||
@ -46,7 +47,7 @@ const MyDataPage = () => {
|
||||
searchData(
|
||||
value.queryString,
|
||||
value.from,
|
||||
0,
|
||||
value.size ?? PAGE_SIZE,
|
||||
value.filters,
|
||||
value.sortField,
|
||||
value.sortOrder,
|
||||
@ -84,6 +85,7 @@ const MyDataPage = () => {
|
||||
queryString: '',
|
||||
from: 1,
|
||||
filters: '',
|
||||
size: 0,
|
||||
sortField: '',
|
||||
sortOrder: '',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user