This is an automated email from the ASF dual-hosted git repository.
lauraxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new c449a4daeb [#7198] fix(web): Removes redundant text on the “Create new
schema” page under the Iceberg catalog section (#7223)
c449a4daeb is described below
commit c449a4daebcb614230d07c4ed9b5095fd9f92b94
Author: Kyle Lin <[email protected]>
AuthorDate: Mon May 26 16:29:11 2025 +0800
[#7198] fix(web): Removes redundant text on the “Create new schema” page
under the Iceberg catalog section (#7223)
### What changes were proposed in this pull request?
Remove redundant code
`{activatedCatalogDetail?.properties['catalog-backend']}`
### Why are the changes needed?
Fixes #7198
### Does this PR introduce any user-facing change?
Removes redundant text on the “Create new schema” page under the Iceberg
catalog section.
### How was this patch tested?
- Ran `pnpm prettier . --check`
- Ran `./gradlew clean build`
- User interface testing
<img width="1433" alt="image"
src="https://github.com/user-attachments/assets/a519a0d1-6cf7-484e-8caa-8f05deca1f2b"
/>
---
web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js | 1 -
1 file changed, 1 deletion(-)
diff --git
a/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
b/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
index d09b9052b1..11d69c795d 100644
--- a/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
+++ b/web/web/src/app/metalakes/metalake/rightContent/CreateSchemaDialog.js
@@ -306,7 +306,6 @@ const CreateSchemaDialog = props => {
)}
/>
</FormControl>
- {activatedCatalogDetail?.properties['catalog-backend']}
</Grid>
)}