From 9ad119b222d360e917651208f63a97d69ae2c042 Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Wed, 11 Aug 2021 15:31:10 -0700 Subject: [PATCH] fix: sorting on "Modified By" in chart table (#16208) * initial fix * Update ChartList.tsx change sort to first name --- superset-frontend/src/views/CRUD/chart/ChartList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/views/CRUD/chart/ChartList.tsx b/superset-frontend/src/views/CRUD/chart/ChartList.tsx index 63936166793a9..e4aff8192cca3 100644 --- a/superset-frontend/src/views/CRUD/chart/ChartList.tsx +++ b/superset-frontend/src/views/CRUD/chart/ChartList.tsx @@ -285,7 +285,7 @@ function ChartList(props: ChartListProps) { ), Header: t('Modified by'), - accessor: 'last_saved_by', + accessor: 'last_saved_by.first_name', size: 'xl', }, {