ui: fetch table api in ascending order in schema details page (#10117)

This commit is contained in:
Shailesh Parmar 2023-02-06 16:47:45 +05:30 committed by GitHub
parent 1f11fdefb4
commit c19a37f607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -333,6 +333,8 @@ const DatabaseSchemaPage: FunctionComponent = () => {
databaseSchema
),
pageNumber,
sortField: 'name.keyword',
sortOrder: 'asc',
pageSize: PAGE_SIZE,
searchIndex: SearchIndex.TABLE,
includeDeleted: false,