We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712a4e commit 52f936cCopy full SHA for 52f936c
workshop-ui/src/app/chat/[exercise]/page.tsx
@@ -28,7 +28,7 @@ export default function Home() {
28
const [exerciseTitle, setExerciseTitle] = useState(exercise); // Start with exercise ID
29
const [isSystemPromptModalOpen, setIsSystemPromptModalOpen] = useState(false);
30
const [isTaskSheetModalOpen, setIsTaskSheetModalOpen] = useState(false);
31
- const [isDropdownOpen, setIsDropdownOpen] = useState(true);
+ const [isDropdownOpen, setIsDropdownOpen] = useState(false);
32
const messagesEndRef = useRef<HTMLDivElement>(null);
33
const messagesContainerRef = useRef<HTMLDivElement>(null);
34
const inputRef = useRef<HTMLTextAreaElement>(null);
0 commit comments