This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.7
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.7 by this push:
new a2dd37b80 [#5456] improvement(web): refine hms catalog-backend input
ui to selection (#5459)
a2dd37b80 is described below
commit a2dd37b8087ab08c4207e9031e67bcd4d38f0908
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 5 17:26:40 2024 +0800
[#5456] improvement(web): refine hms catalog-backend input ui to selection
(#5459)
### What changes were proposed in this pull request?
refine hms catalog-backend input ui to selection
<img width="645" alt="image"
src="https://github.com/user-attachments/assets/ae31b263-30f4-4637-a576-c64fda8b20cb">
### Why are the changes needed?
Fix: #5456
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
manually
Co-authored-by: Qian Xia <[email protected]>
---
web/web/src/lib/utils/initial.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/web/src/lib/utils/initial.js b/web/web/src/lib/utils/initial.js
index 1f3ae73ca..d8cad0944 100644
--- a/web/web/src/lib/utils/initial.js
+++ b/web/web/src/lib/utils/initial.js
@@ -306,6 +306,7 @@ export const providers = [
value: 'hms',
defaultValue: 'hms',
required: true,
+ select: ['hms'],
description: 'Apache Hudi catalog type choose properties'
},
{