mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[filter_box] allow empty filters list (#7220)
in some cases, people want a time filter only on filter box, without specifying dimensions (filters), this allows that
This commit is contained in:
committed by
Christine Chambers
parent
b4915caa6e
commit
e39b169949
@@ -2382,7 +2382,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 }),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user