diff --git a/openmetadata-ui/src/main/resources/ui/src/components/PageLayoutV1/PageLayoutV1.tsx b/openmetadata-ui/src/main/resources/ui/src/components/PageLayoutV1/PageLayoutV1.tsx index 156498e73c7..dada8eb86ae 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/PageLayoutV1/PageLayoutV1.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/PageLayoutV1/PageLayoutV1.tsx @@ -103,40 +103,38 @@ const PageLayoutV1: FC = ({ {leftPanel} )} - - - - - {alert && ( - - )} - - - {children} - - - - {rightPanel && ( - - {rightPanel} - + + + {alert && ( + + + + )} + + {children} + + + {rightPanel && ( + + {rightPanel} + + )} );