mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-04 16:49:36 +00:00
Update Chat.razor.cs
This commit is contained in:
parent
5848fb452b
commit
8fa2ee1e5e
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user