From 84a1161b647bee9cc9081ac248652f7bcefb5fd9 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 31 Oct 2024 15:56:20 +0800
Subject: [PATCH] [#5360] Improvement(web): hidden commont and property element
for oceanbase schema (#5394)
### What changes were proposed in this pull request?
### Why are the changes needed?
Fix: #5360
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
manually
Co-authored-by: Qian Xia
---
.../metalakes/metalake/rightContent/CreateSchemaDialog.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js b/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
index 9b90c0bb6d..08efd4036d 100644
--- a/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
+++ b/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
@@ -293,7 +293,7 @@ const CreateSchemaDialog = props => {
- {!['jdbc-mysql', 'lakehouse-paimon'].includes(activatedCatalogDetail?.provider) && (
+ {!['jdbc-mysql', 'lakehouse-paimon', 'jdbc-oceanbase'].includes(activatedCatalogDetail?.provider) && (
{
)}
- {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql'].includes(
+ {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql', 'jdbc-oceanbase'].includes(
activatedCatalogDetail?.provider
) && (
@@ -400,7 +400,7 @@ const CreateSchemaDialog = props => {
)}
- {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql'].includes(
+ {!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql', 'jdbc-oceanbase'].includes(
activatedCatalogDetail?.provider
) && (