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
  • Loading branch information
prosdev0107 committed Mar 18, 2022
1 parent 50902d5 commit b888341
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 b888341

Please sign in to comment.