We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef78ea9 commit dd3933fCopy full SHA for dd3933f
src/containers/Tenant/utils/schemaActions.tsx
@@ -98,7 +98,7 @@ const bindActions = (
98
showCreateDirectoryDialog(params.relativePath);
99
}
100
: undefined,
101
- getConnectToDBDialog: () => getConnectToDBDialog?.({database: params.databaseFullPath}),
+ getConnectToDBDialog: () => getConnectToDBDialog?.({database: params.tenantName}),
102
createTable: inputQuery(createTableTemplate),
103
createColumnTable: inputQuery(createColumnTableTemplate),
104
createAsyncReplication: inputQuery(createAsyncReplicationTemplate),
0 commit comments