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 handleSelection = (selectedIndex: number) => {
|
||||||
const selecteditem = suggestionsnhistory[selectedIndex];
|
const selecteditem = suggestionsnhistory[selectedIndex];
|
||||||
if (!selecteditem) return resetSearchComplete();
|
if (!selecteditem) {
|
||||||
else {
|
return resetSearchComplete();
|
||||||
|
} else {
|
||||||
handlepromptset(selecteditem);
|
handlepromptset(selecteditem);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue