mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +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
|
||||
),
|
||||
pageNumber,
|
||||
sortField: 'name.keyword',
|
||||
sortOrder: 'asc',
|
||||
pageSize: PAGE_SIZE,
|
||||
searchIndex: SearchIndex.TABLE,
|
||||
includeDeleted: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user