fix(filter): validate title before creating or editing a filter
Resolves #3152
This commit is contained in:
@ -405,7 +405,8 @@
|
||||
"create": {
|
||||
"title": "New Saved Filter",
|
||||
"description": "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace.",
|
||||
"action": "Create new saved filter"
|
||||
"action": "Create new saved filter",
|
||||
"titleRequired": "Please provide a title for the filter."
|
||||
},
|
||||
"delete": {
|
||||
"header": "Delete this saved filter",
|
||||
|
Reference in New Issue
Block a user