diff --git a/superset-frontend/src/views/CRUD/chart/ChartList.tsx b/superset-frontend/src/views/CRUD/chart/ChartList.tsx index 63936166793..e4aff8192cc 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', }, {