fixup
This commit is contained in:
parent
57bbf2fbb5
commit
283008721b
|
@ -14,15 +14,17 @@ const SHOW_FILTER_AT = 10;
|
||||||
export default class DocsIndexController extends Controller {
|
export default class DocsIndexController extends Controller {
|
||||||
@controller application;
|
@controller application;
|
||||||
|
|
||||||
queryParams = {
|
queryParams = [
|
||||||
ascending: "ascending",
|
{
|
||||||
filterCategories: "category",
|
ascending: "ascending",
|
||||||
filterTags: "tags",
|
filterCategories: "category",
|
||||||
filterSolved: "solved",
|
filterTags: "tags",
|
||||||
orderColumn: "order",
|
filterSolved: "solved",
|
||||||
searchTerm: "search",
|
orderColumn: "order",
|
||||||
selectedTopic: "topic",
|
searchTerm: "search",
|
||||||
};
|
selectedTopic: "topic",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
isLoading = false;
|
isLoading = false;
|
||||||
isLoadingMore = false;
|
isLoadingMore = false;
|
||||||
|
|
Loading…
Reference in New Issue