chore(chatComponent): comment out unused BuildTrigger component to improve code readability and remove potential confusion
This commit is contained in:
parent
c5d84549a4
commit
268eb4bd64
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export default function Chat({ flow }: ChatType): JSX.Element {
|
|||
return (
|
||||
<>
|
||||
<div className="flex flex-col">
|
||||
<BuildTrigger open={open} flow={flow} />
|
||||
{/* <BuildTrigger open={open} flow={flow} /> */}
|
||||
{hasIO && (
|
||||
<BaseModal open={open} setOpen={setOpen}>
|
||||
<BaseModal.Trigger asChild>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue