Regenerate suggestions on each open even for the same person

This commit is contained in:
Manav Rathi
2024-10-14 11:22:37 +05:30
parent 61e870fe79
commit 8af518a9db

View File

@@ -303,6 +303,7 @@ const SuggestionsDialog: React.FC<SuggestionsDialogProps> = ({
if (!open) return;
setPhase("loading");
setSuggestions([]);
let ignore = false;