mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-05 00:59:38 +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);
|
Products.Add(input);
|
||||||
|
|
||||||
} else if(sseEvent.Event == SearchEventType.Suggestion){
|
} else if(sseEvent.Event == SearchEventType.Suggestion){
|
||||||
if(Suggestion.Count<6){
|
if(Suggestion.Count<3){
|
||||||
Suggestion.Add(result);
|
Suggestion.Add(result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user