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:
parent
52473c5d34
commit
5ef2712e16
|
|
@ -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 }),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue