Skip to content

Commit 1241c7f

Browse files
Revert "Fix update display name issue (#27102)" (#27136)
This reverts commit e1bb0af.
1 parent fe28a7f commit 1241c7f

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

openmetadata-ui/src/main/resources/ui/src/components/Modals/EntityNameModal/EntityNameModal.component.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

openmetadata-ui/src/main/resources/ui/src/components/OntologyExplorer/OntologyExplorer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

openmetadata-ui/src/main/resources/ui/src/styles/layout/page-layout.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
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;

0 commit comments

Comments
 (0)