fix: sorting on "Modified By" in chart table (#16208)

* initial fix

* Update ChartList.tsx

change sort to first name
This commit is contained in:
Phillip Kelley-Dotson 2021-08-11 15:31:10 -07:00 committed by GitHub
parent ccfc95fbe6
commit b4555dfa4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
{