Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: Tianyu Gao <tygao@amazon.com>
  • Loading branch information
raintygao and SuZhou-Joe authored Sep 20, 2024
1 parent 96849ab commit fe658c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/workspace/public/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const getDataSourcesList = (
const description = source.get('description');
const dataSourceEngineType = source.get('dataSourceEngineType');
const type = source.type;
// This is a filed only for detail type of data connection in order not to mix saved object type.
// This is a field only for detail type of data connection in order not to mix saved object type.
const connectionType = source.get('type');
return {
id,
Expand Down

0 comments on commit fe658c5

Please sign in to comment.