omnibox: sorting -> apps, commands, groups, subs

Fixes #3279.
This commit is contained in:
Matilde Park 2020-08-11 12:17:07 -04:00
parent b3d31a05e0
commit 2a74699f61

View File

@ -192,7 +192,7 @@ export class Omnibox extends Component {
{categoryResult}
</Box>;
['commands', 'subscriptions', 'groups', 'apps'].map((category, i) => {
['apps', 'commands', 'groups', 'subscriptions'].map((category, i) => {
const categoryResults = state.results.get(category);
if (categoryResults.length > 0) {
const each = categoryResults.map((result, i) => {