additional saved search fixes
This commit is contained in:
@@ -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
|
||||
|
||||
7
app/assets/stylesheets/specific/saved_searches.css.scss
Normal file
7
app/assets/stylesheets/specific/saved_searches.css.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
#c-saved-searches {
|
||||
#a-index {
|
||||
table {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user