Skip to content

Commit

Permalink
feat(admin): allow chart search by chart type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Oct 17, 2023
1 parent 7eca78a commit 224e9db
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 224e9db

Please sign in to comment.