FEATURE: Allow categories to be prioritized/deprioritized in search. (#7209)

This commit is contained in:
Guo Xiang Tan
2019-03-25 10:59:55 +08:00
committed by GitHub
parent ce75e30bf5
commit ac661e856a
10 changed files with 129 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ export default buildCategoryPanel("settings", {
});
}
return options.sort((a, b) => a.value <= b.value);
return options;
},
@computed