diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/PromptAI.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PromptAI.tsx b/src/components/PromptAI.tsx index adae2f9..5fb9942 100644 --- a/src/components/PromptAI.tsx +++ b/src/components/PromptAI.tsx @@ -12,7 +12,7 @@ export const PromptAI = ({ type, theme }: { type: string, theme: string }) => { if (hitEnter) { logseq.hideMainUI() if (type === 'ask ai') { - askAI(inputValue) + askAI(inputValue, "") } else if (type === 'define') { defineWord(inputValue) } else if (type === 'ask with context') { |
