Removed unused console log
This commit is contained in:
parent
aa33cbd6cf
commit
da7391e783
1 changed files with 11 additions and 19 deletions
|
|
@ -112,8 +112,6 @@ export default function FormModal({
|
|||
return newChat;
|
||||
});
|
||||
};
|
||||
|
||||
console.log(tabsState[flow.id])
|
||||
//add proper type signature for function
|
||||
|
||||
function updateLastMessage({
|
||||
|
|
@ -491,29 +489,23 @@ export default function FormModal({
|
|||
<Badge variant="gray" size="md">
|
||||
{i}
|
||||
</Badge>
|
||||
<div
|
||||
className="-mb-1"
|
||||
>
|
||||
<ToggleShadComponent
|
||||
enabled={chatKey === i}
|
||||
setEnabled={() => {}
|
||||
}
|
||||
size="small"
|
||||
disabled={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="-mb-1">
|
||||
<ToggleShadComponent
|
||||
enabled={chatKey === i}
|
||||
setEnabled={() => {}}
|
||||
size="small"
|
||||
disabled={true}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
key={k}
|
||||
keyValue={i}
|
||||
>
|
||||
<div className="file-component-tab-column">
|
||||
|
||||
<div className="font-normal text-muted-foreground ">
|
||||
Source: Memory
|
||||
</div>
|
||||
|
||||
<div className="font-normal text-muted-foreground ">
|
||||
Source: Memory
|
||||
</div>
|
||||
</div>
|
||||
</AccordionComponent>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue