Skip to content

Commit

Permalink
Fix filtering of Views
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 14, 2021
1 parent cb3cd10 commit 94f4fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lumen/filters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def query(self):
value = self.widget.param.value.serialize(self.widget.value)
if isinstance(value, list) and isinstance(self.widget.value, tuple):
return self.widget.value
return value

@property
def panel(self):
Expand Down

0 comments on commit 94f4fa0

Please sign in to comment.