#15545 Data Insights filter counter (#15643)

This commit is contained in:
Shailesh Parmar 2024-03-21 16:58:41 +05:30 committed by GitHub
parent 8fafb04518
commit 0358ec848d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,12 +89,14 @@ const DataInsightHeader = ({ onScrollToChart }: DataInsightHeaderProps) => {
<Space className="w-full justify-between align-center"> <Space className="w-full justify-between align-center">
<Space className="w-full" size={16}> <Space className="w-full" size={16}>
<SearchDropdown <SearchDropdown
hideCounts
label={t('label.team')} label={t('label.team')}
searchKey="teams" searchKey="teams"
{...team} {...team}
/> />
<SearchDropdown <SearchDropdown
hideCounts
label={t('label.tier')} label={t('label.tier')}
searchKey="tier" searchKey="tier"
{...tier} {...tier}