Skip to content

Commit

Permalink
Fix Tags Filter value in GUI (#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
matyldv authored Jan 15, 2025
1 parent 8e4f451 commit e3bf8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/admin/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def lookups(self, request, model_admin):

def choices(self, cl):
yield {
'current_value': self.value() or '',
'selected': self.value() or '',
'parameter_name': self.parameter_name,
'separators': self.separators,
'multiple': True,
Expand Down

0 comments on commit e3bf8b1

Please sign in to comment.