mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix: sorting on "Modified By" in chart table (#16208)
* initial fix * Update ChartList.tsx change sort to first name
This commit is contained in:
committed by
GitHub
parent
ccfc95fbe6
commit
b4555dfa4f
@@ -285,7 +285,7 @@ function ChartList(props: ChartListProps) {
|
||||
</a>
|
||||
),
|
||||
Header: t('Modified by'),
|
||||
accessor: 'last_saved_by',
|
||||
accessor: 'last_saved_by.first_name',
|
||||
size: 'xl',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user