File tree Expand file tree Collapse file tree
openmetadata-ui/src/main/resources/ui/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,15 +64,13 @@ const EntityNameModal = <T extends EntityName>({
6464 </ Button > ,
6565 ] }
6666 maskClosable = { false }
67- modalRender = { ( node ) => < div data-react-aria-top-layer > { node } </ div > }
6867 okText = { t ( 'label.save' ) }
6968 open = { visible }
7069 title = {
7170 < Typography . Text strong data-testid = "header" >
7271 { title }
7372 </ Typography . Text >
7473 }
75- zIndex = { 1200 }
7674 onCancel = { onCancel } >
7775 < Form form = { form } layout = "vertical" onFinish = { handleSave } >
7876 < Form . Item
Original file line number Diff line number Diff line change @@ -1402,7 +1402,6 @@ const OntologyExplorer: React.FC<OntologyExplorerProps> = ({
14021402 < div
14031403 className = { classNames (
14041404 'tw:flex tw:flex-col tw:overflow-hidden' ,
1405- { 'ontology-slideout-open' : Boolean ( selectedNode ) } ,
14061405 className
14071406 ) }
14081407 data-testid = "ontology-explorer"
Original file line number Diff line number Diff line change 2727 background-color : @background-primary ;
2828}
2929
30- .page-layout-v1-center :has(.ontology-slideout-open ) #page-alert {
31- z-index : 0 ;
32- }
33-
3430.page-layout-v1-left-panel {
3531 border : @global-border ;
3632 border-radius : @border-rad-base ;
You can’t perform that action at this time.
0 commit comments