You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/05/25 23:45:29 UTC

[superset] 04/05: working post for saving db via paste

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

hugh pushed a commit to branch hugh/bg-validation-db-modal
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b6dfac312f1abbf78053b94df31f19effb8dc656
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue May 25 17:26:33 2021 -0400

    working post for saving db via paste
---
 .../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 b469cf8..fcfecbb 100644
--- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
+++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
@@ -68,7 +68,7 @@ const credentialsInfo = ({
       </Select>
       {uploadOption === 'paste' ? (
         <div className="input-container" onChange={changeMethods.onChange}>
-          <Input name="encryption_extra" rows={4}/>
+          <Input name="encrypted_extra" rows={4}/>
         </div>
       ) : (
         <Upload>