Skip to content

Commit

Permalink
Merge pull request #2784 from owid/admin-chart-search-type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber authored Oct 18, 2023
2 parents 50b5e3e + 224e9db commit 529c0b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adminSiteClient/ChartIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export class ChartIndexPage extends React.Component {
chart.lastEditedBy,
`${chart.id}`,
chart.slug,
chart.hasChartTab !== false ? chart.type : undefined,
chart.hasMapTab ? "Map" : undefined,
...chart.tags.map((tag) => tag.name),
]
)
Expand Down

0 comments on commit 529c0b0

Please sign in to comment.