1
0
forked from github/onyx

Compare commits

...

1 Commits

Author SHA1 Message Date
pablonyx
7e478f0e90 default on for non-ee 2025-02-21 09:10:41 -08:00

View File

@@ -95,7 +95,7 @@ export async function fetchSettingsSS(): Promise<CombinedSettings | null> {
}
}
if (enterpriseSettings && settings.pro_search_enabled == null) {
if (settings.pro_search_enabled == null) {
settings.pro_search_enabled = true;
}