msyavuz commented on code in PR #34790: URL: https://github.com/apache/superset/pull/34790#discussion_r2293240183
########## superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx: ########## @@ -158,14 +158,19 @@ const DetailsPanelPopover = ({ {t('Applied filters (%d)', appliedIndicators.length)} </SectionName> <FiltersContainer> - {appliedIndicators.map(indicator => ( - <FilterIndicator - ref={el => indicatorRefs.current.push(el)} - key={indicatorKey(indicator)} - indicator={indicator} - onClick={onHighlightFilterSource} - /> - ))} + <List + dataSource={appliedIndicators} Review Comment: This again the approach antd takes on documentation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org