We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c3ad2 commit 3504ef8Copy full SHA for 3504ef8
1 file changed
openmetadata-ui/src/main/resources/ui/playwright/constant/customizeDetail.ts
@@ -88,6 +88,7 @@ export const TABLE_DEFAULT_TABS = [
88
EntityTabs.CUSTOM_PROPERTIES,
89
EntityTabs.PROFILER,
90
EntityTabs.LINEAGE,
91
+ ...(process.env.PLAYWRIGHT_IS_OSS ? [] : [EntityTabs.ER_DIAGRAM]),
92
EntityTabs.TABLE_QUERIES,
93
EntityTabs.SAMPLE_DATA,
94
EntityTabs.SCHEMA,
@@ -179,6 +180,7 @@ export const DATABASE_SCHEMA_DEFAULT_TABS = [
179
180
EntityTabs.STORED_PROCEDURE,
181
EntityTabs.ACTIVITY_FEED,
182
EntityTabs.CONTRACT,
183
184
185
];
186
0 commit comments