Skip to content

Commit

Permalink
CXP-1485: Data transformation foundations (#18374)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRbt authored and tseho committed Aug 30, 2023
1 parent 3945f3b commit 7537b24
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,13 @@ export const ConnectedAppCatalogContainer: FC<Props> = ({connectedApp, catalog})
</PageHeader>

<PageContent pageHeaderHeight={202}>
{form && <CatalogEdit id={catalog.id} form={form} headerContextContainer={headerContextContainer} />}
{form && (
<CatalogEdit
id={catalog.id}
form={form}
headerContextContainer={headerContextContainer}
/>
)}
</PageContent>
</>
);
Expand Down

0 comments on commit 7537b24

Please sign in to comment.