[filter_box] allow empty filters list (#7220) (#7244)

in some cases, people want a time filter only on filter box, without
specifying dimensions (filters), this allows that

(cherry picked from commit e39b169949)
This commit is contained in:
michellethomas 2019-04-08 15:08:47 -07:00 committed by GitHub
parent 52473c5d34
commit 5ef2712e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2319,7 +2319,7 @@ export const controls = {
type: 'CollectionControl',
label: 'Filters',
description: t('Filter configuration for the filter box'),
validators: [v.nonEmpty],
validators: [],
controlName: 'FilterBoxItemControl',
mapStateToProps: ({ datasource }) => ({ datasource }),
},