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

hugh pushed a commit to branch hugh/db-connection-ui-r2
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 6c7f8b231acf816baffe65dba6d37f9cdc19e68b
Author: hughhhh <[email protected]>
AuthorDate: Thu Jun 17 11:08:07 2021 -0400

    make encryption last
---
 .../views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
 
b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
index 68ec3fa..ad8039d 100644
--- 
a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
+++ 
b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
@@ -44,9 +44,9 @@ export const FormFieldOrder = [
   'username',
   'password',
   'database_name',
-  'encryption',
   'credentials_info',
   'query',
+  'encryption',
 ];
 
 const selectedFile = document.getElementById('selectedFile');

Reply via email to