fix: set default state for todo list collapse to true
This commit is contained in:
parent
a745b824d5
commit
35c5b6ba6b
|
|
@ -168,7 +168,7 @@ export default function ChatPage() {
|
|||
return artifactsOpen;
|
||||
}, [artifactsOpen, artifacts]);
|
||||
|
||||
const [todoListCollapsed, setTodoListCollapsed] = useState(false);
|
||||
const [todoListCollapsed, setTodoListCollapsed] = useState(true);
|
||||
|
||||
const handleSubmit = useSubmitThread({
|
||||
isNewThread,
|
||||
|
|
|
|||
Loading…
Reference in New Issue