Skip to content

Commit

Permalink
[#5360] hidden commont and property element for oceanbase schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraXia123 committed Oct 31, 2024
1 parent d04a17c commit b98f644
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const CreateSchemaDialog = props => {
</FormControl>
</Grid>

{!['jdbc-mysql', 'lakehouse-paimon'].includes(activatedCatalogDetail?.provider) && (
{!['jdbc-mysql', 'lakehouse-paimon', 'jdbc-oceanbase'].includes(activatedCatalogDetail?.provider) && (
<Grid item xs={12}>
<FormControl fullWidth>
<Controller
Expand All @@ -318,7 +318,7 @@ const CreateSchemaDialog = props => {
</Grid>
)}

{!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql'].includes(
{!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql', 'jdbc-oceanbase'].includes(
activatedCatalogDetail?.provider
) && (
<Grid item xs={12} data-refer='schema-props-layout'>
Expand Down Expand Up @@ -400,7 +400,7 @@ const CreateSchemaDialog = props => {
</Grid>
)}

{!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql'].includes(
{!['jdbc-postgresql', 'lakehouse-paimon', 'kafka', 'jdbc-mysql', 'jdbc-oceanbase'].includes(
activatedCatalogDetail?.provider
) && (
<Grid item xs={12}>
Expand Down

0 comments on commit b98f644

Please sign in to comment.