mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Allow categories to be prioritized/deprioritized in search. (#7209)
This commit is contained in:
@@ -69,7 +69,7 @@ export default buildCategoryPanel("settings", {
|
||||
});
|
||||
}
|
||||
|
||||
return options.sort((a, b) => a.value <= b.value);
|
||||
return options;
|
||||
},
|
||||
|
||||
@computed
|
||||
|
||||
Reference in New Issue
Block a user