Skip to content

Commit

Permalink
fix(chart-crud): make to update Viz type Filter label to Chart type (#…
Browse files Browse the repository at this point in the history
…19140)

(cherry picked from commit b888341)
  • Loading branch information
prosdev0107 authored and villebro committed Apr 3, 2022
1 parent c793b7b commit fed1c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/chart/ChartList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ function ChartList(props: ChartListProps) {
paginate: true,
},
{
Header: t('Viz type'),
Header: t('Chart type'),
id: 'viz_type',
input: 'select',
operator: FilterOperator.equals,
Expand Down

0 comments on commit fed1c24

Please sign in to comment.