Skip to content

Commit

Permalink
(#72) ๐Ÿš€ feat: ์ฑ—๋ด‡ ๊ฐ€์ด๋“œ FAQ ์นดํ…Œ๊ณ ๋ฆฌ ์„ ํƒ์‹œ ์นดํ…Œ๊ณ ๋ฆฌ๋ฐ” ๋‹ซํžˆ๋Š” ์ด๋ฒคํŠธ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 27, 2024
1 parent f182854 commit bd658c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/Chatbot/components/input/FAQCategoryBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ const FAQCategoryBar = ({ setIsFAQCategoryVisible, onSelect }: Props) => {

// ์นดํ…Œ๊ณ ๋ฆฌ ์„ ํƒ์‹œ ๋ฐœ๋™ํ•˜๋Š” ์ด๋ฒคํŠธ ํ•ธ๋“ค
const handleClick = (category: string) => {
// ์„ ํƒํ•œ ์นดํ…Œ๊ณ ๋ฆฌ ์ €์žฅ
onSelect(category);

// ์นดํ…Œ๊ณ ๋ฆฌ๋ฐ” ๋‹ซ๊ธฐ
setIsFAQCategoryVisible(false);
};

return (
Expand Down

0 comments on commit bd658c2

Please sign in to comment.