feat: show max tag count in select filter (#14486)

Co-authored-by: einatnielsen <einat.bertenthal@nielsen.com>
This commit is contained in:
Einat Bertenthal 2021-05-26 14:17:58 +03:00 committed by GitHub
parent d46aa6004d
commit 3224e75193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,6 +227,7 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
onChange={handleChange}
ref={inputRef}
loading={isRefreshing}
maxTagCount={5}
>
{data.map(row => {
const [value] = groupby.map(col => row[col]);