From 0eaa764474ba4efaec15ff0588b5d21ddfd2edee Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 12 Aug 2025 15:40:43 -0700 Subject: [PATCH] search_suggestion: Fix merge conflict resolution error. --- web/src/search_suggestion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!, }); }