Update Chat.razor.cs

This commit is contained in:
Mykhailo Bilodid 2023-12-13 02:22:56 +02:00 committed by GitHub
parent 5848fb452b
commit 8fa2ee1e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ public partial class Chat : ComponentBase
Products.Add(input);
} else if(sseEvent.Event == SearchEventType.Suggestion){
if(Suggestion.Count<6){
if(Suggestion.Count<3){
Suggestion.Add(result);
}
}