lint changes done
This commit is contained in:
parent
13fafb624e
commit
f6e8fb012d
|
@ -334,8 +334,9 @@ export const QueryCopilotPromptbar: React.FC<QueryCopilotPromptProps> = ({
|
|||
|
||||
const handleSelection = (selectedIndex: number) => {
|
||||
const selecteditem = suggestionsnhistory[selectedIndex];
|
||||
if (!selecteditem) return resetSearchComplete();
|
||||
else {
|
||||
if (!selecteditem) {
|
||||
return resetSearchComplete();
|
||||
} else {
|
||||
handlepromptset(selecteditem);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue