Skip to content

Commit

Permalink
fix: Update default kapa query (#12662)
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome authored Feb 11, 2025
1 parent 4c06f6f commit 1f98635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export function Search({
// close search results
setInputFocus(false);
// open kapa modal
window.Kapa.open({query: `Explain ${query}`, submit: true});
window.Kapa.open({query, submit: true});
}
}}
>
Expand Down

0 comments on commit 1f98635

Please sign in to comment.