Removed repetition
This commit is contained in:
parent
5b000e6078
commit
5b5813932d
2 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ export default function IOView({ children, open, setOpen }): JSX.Element {
|
|||
</div>
|
||||
</BaseModal.Header>
|
||||
<BaseModal.Content>
|
||||
<div className="flex-max-width mt-2">
|
||||
<div className="flex-max-width mt-2 h-[80vh]">
|
||||
<div
|
||||
className={cn(
|
||||
"mr-6 flex h-full w-2/6 flex-col justify-start overflow-auto scrollbar-hide",
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ export default function ChatInput({
|
|||
)}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>{/*
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<Button variant="primary" className="h-13 px-4">
|
||||
|
|
@ -133,7 +133,7 @@ export default function ChatInput({
|
|||
/>
|
||||
</div>
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
</Popover> */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue