Skip to content

Commit

Permalink
(#79) ๐ŸŽจ design: ์ฑ—๋ด‡ ํ…์ŠคํŠธ ์ „์†ก ํ›„ ์ž…๋ ฅ์ฐฝ์— ์ž…๋ ฅ๊ฐ’ ์ดˆ๊ธฐํ™”
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 27, 2024
1 parent cdf3785 commit 5a0abaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Chatbot/components/input/ChatbotInputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ const ChatbotInputField = ({isStadiumSelected, onSelect, onClovaResponseUpdate}:
return;
}

// ์ „์†ก ํ›„ ์ž…๋ ฅ์ฐฝ ๋น„์šฐ๊ธฐ (๋น ๋ฅด๊ฒŒ ์ƒํƒœ ์—…๋ฐ์ดํŠธ)
setInputClovaMessage("");


try {
// ๋ฉ”์‹œ์ง€๋ฅผ API ํŒŒ๋ผ๋ฏธํ„ฐ๋กœ ์ „์†ก ๋ฐ ์‘๋‹ต ๋ฐ›๊ธฐ
const response = await handleGetClovaAnswer({
Expand Down

0 comments on commit 5a0abaa

Please sign in to comment.