Skip to content

Commit

Permalink
Fix broken data source usage ref
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis committed Apr 16, 2024
1 parent 27890d0 commit e0ad0e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export async function addIntegrationRequest(
};
if (dataSourceInfo) {
createReqBody.dataSource = dataSourceInfo.dataSource;
createReqBody.tableName = dataSourceInfo.dataSource;
createReqBody.tableName = dataSourceInfo.tableName;
}

let response: boolean = await http
Expand Down

0 comments on commit e0ad0e7

Please sign in to comment.