Skip to content

Commit fe94f48

Browse files
authored
Increase max displayed AI Search reference articles to 5 (#55243)
1 parent f1aa864 commit fe94f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search/components/input/AskAIResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type AISearchResultEventParams = {
4141
connectedEventId?: string
4242
}
4343

44-
const MAX_REFERENCES_TO_SHOW = 4
44+
const MAX_REFERENCES_TO_SHOW = 5
4545

4646
export function AskAIResults({
4747
query,

0 commit comments

Comments
 (0)