diff --git a/web/src/search_suggestion.ts b/web/src/search_suggestion.ts index e341320631..becfc4dd65 100644 --- a/web/src/search_suggestion.ts +++ b/web/src/search_suggestion.ts @@ -643,7 +643,7 @@ function get_channels_filter_suggestions(last: NarrowTerm, terms: NarrowTerm[]): suggestions.push({ search_string: public_channels_search_string, description_html: "all public channels", - incompatible_patterns.channels!, + incompatible_patterns: incompatible_patterns.channels!, }); }