diff --git a/frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx b/frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx index 9c5327b99b7..0803ecd138e 100644 --- a/frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx +++ b/frontend/src/pages/Admin/Agents/SQLConnectorSelection/NewConnectionModal.jsx @@ -36,6 +36,7 @@ const DEFAULT_CONFIG = { host: null, port: null, database: null, + schema: null, encrypt: false, }; @@ -269,6 +270,23 @@ export default function NewSQLConnection({ /> + {engine === "postgresql" && ( +
+ + +
+ )} + {engine === "sql-server" && (