This is an automated email from the ASF dual-hosted git repository.

jshao 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 b0cbeba92 [#5456] improvement(web): refine hms catalog-backend input 
ui to selection (#5457)
b0cbeba92 is described below

commit b0cbeba9264bbf0922b97c2c7705bba2bc7b1c64
Author: Qian Xia <[email protected]>
AuthorDate: Tue Nov 5 16:51:05 2024 +0800

    [#5456] improvement(web): refine hms catalog-backend input ui to selection 
(#5457)
    
    ### 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
---
 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'
       },
       {

Reply via email to