fix: saved query list sort by database (#11430)

This commit is contained in:
ʈᵃᵢ 2020-10-26 16:36:03 -07:00 committed by GitHub
parent 8a2ca84775
commit 59885c4dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,11 +241,15 @@ function SavedQueryList({
Header: t('Name'),
},
{
id: 'database',
accessor: 'database.database_name',
Header: t('Database'),
size: 'xl',
},
{
accessor: 'database',
hidden: true,
disableSortBy: true,
},
{
accessor: 'schema',
Header: t('Schema'),