Default on for non-ee (#4083)

This commit is contained in:
pablonyx 2025-02-21 09:11:45 -08:00 committed by GitHub
parent 599b7705c2
commit 158bccc3fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}