Fixed chat not opening when adding chat

This commit is contained in:
Lucas Oliveira 2024-03-31 21:45:06 +03:00
commit 8e37556993

View file

@ -117,7 +117,7 @@ export default function IOModal({
useEffect(() => {
setSelectedViewField(startView());
setSelectedTab(outputs.length > 0 ? 2 : inputs.length > 0 ? 1 : 0);
}, [inputs.length, outputs.length]);
}, [inputs, inputs.length, outputs, outputs.length]);
return (
<BaseModal