mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
search_suggestion: Fix merge conflict resolution error.
This commit is contained in:
parent
5c16549b8a
commit
0eaa764474
@ -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!,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user