additional saved search fixes

This commit is contained in:
r888888888
2017-01-25 12:44:10 -08:00
parent 1207faa600
commit 8a93fdf18f
6 changed files with 32 additions and 7 deletions

View File

@@ -548,7 +548,7 @@
method: "get",
success: function(data) {
resp($.map(data, function(saved_search) {
var category = saved_search.category === null ? "Uncategorized" : saved_search.category;
var category = saved_search.category === null ? "uncategorized" : saved_search.category;
return {
label: category,
value: category