Skip to content

Commit 54fac3a

Browse files
committed
Update HomeInput.tsx
1 parent 153b98d commit 54fac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/components/content/HomeInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const HomeInput: React.FC<HomeInputProps> = ({
177177
if (textareaRef.current) {
178178
textareaRef.current.focus();
179179
}
180-
onQuickTaskSelect(task.description);
180+
181181
};
182182

183183
useEffect(() => {

0 commit comments

Comments
 (0)