chore: Update outputModal size prop to "medium-tall"

This commit is contained in:
anovazzi1 2024-06-08 16:31:49 -03:00
commit ea2f1c54e8
2 changed files with 1 additions and 3 deletions

View file

@ -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>

View file

@ -25,8 +25,6 @@ function RecordsOutputComponent({
return (
<TableComponent
readOnlyEdit
editable={true}
key={"recordsOutputComponent"}
overlayNoRowsTemplate="No data available"
suppressRowClickSelection={true}