chore: Update outputModal size prop to "medium-tall"
This commit is contained in:
parent
a6026944a8
commit
ea2f1c54e8
2 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ import SwitchOutputView from "./components/switchOutputView";
|
|||
|
||||
export default function OutputModal({ open, setOpen, nodeId }): JSX.Element {
|
||||
return (
|
||||
<BaseModal open={open} setOpen={setOpen} size="medium">
|
||||
<BaseModal open={open} setOpen={setOpen} size="medium-tall">
|
||||
<BaseModal.Header description="Inspect the output of the component below.">
|
||||
<div className="flex items-center">
|
||||
<span className="pr-2">Component Output</span>
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ function RecordsOutputComponent({
|
|||
|
||||
return (
|
||||
<TableComponent
|
||||
readOnlyEdit
|
||||
editable={true}
|
||||
key={"recordsOutputComponent"}
|
||||
overlayNoRowsTemplate="No data available"
|
||||
suppressRowClickSelection={true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue