Refactor IOView component
This commit is contained in:
parent
a153ff1d48
commit
fb433d90d9
1 changed files with 5 additions and 4 deletions
|
|
@ -308,7 +308,9 @@ export default function IOView({ children, open, setOpen }): JSX.Element {
|
|||
<div className="absolute bottom-8 right-8"></div>
|
||||
)}
|
||||
</div>
|
||||
{!haveChat && (
|
||||
</div>
|
||||
</BaseModal.Content>
|
||||
<BaseModal.Footer>{!haveChat && (
|
||||
<div className="flex w-full justify-end pt-6">
|
||||
<Button
|
||||
variant={"outline"}
|
||||
|
|
@ -327,9 +329,8 @@ export default function IOView({ children, open, setOpen }): JSX.Element {
|
|||
Run Flow
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</BaseModal.Content>
|
||||
)}
|
||||
</BaseModal.Footer>
|
||||
</BaseModal>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue