mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +00:00
ui: fetch table api in ascending order in schema details page (#10117)
This commit is contained in:
parent
1f11fdefb4
commit
c19a37f607
@ -333,6 +333,8 @@ const DatabaseSchemaPage: FunctionComponent = () => {
|
|||||||
databaseSchema
|
databaseSchema
|
||||||
),
|
),
|
||||||
pageNumber,
|
pageNumber,
|
||||||
|
sortField: 'name.keyword',
|
||||||
|
sortOrder: 'asc',
|
||||||
pageSize: PAGE_SIZE,
|
pageSize: PAGE_SIZE,
|
||||||
searchIndex: SearchIndex.TABLE,
|
searchIndex: SearchIndex.TABLE,
|
||||||
includeDeleted: false,
|
includeDeleted: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user