Skip to content

Commit edcefc5

Browse files
Update public/components/integrations/components/setup_integration.tsx
Signed-off-by: Aaron Alvarez <[email protected]>
1 parent 3441efc commit edcefc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/components/integrations/components/setup_integration.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const runQuery = async (
123123
* @returns A string representing the fully qualified table name in the format: dataSource.database.table
124124
*/
125125
const makeTableName = (config: IntegrationSetupInputs): string => {
126-
return `${config.connectionDataSource}.${config.databaseName || 'default'}.${
126+
return `${config.connectionDataSource}.${config.databaseName}.${
127127
config.connectionTableName
128128
}`;
129129
};

0 commit comments

Comments
 (0)