Skip to content

Commit

Permalink
comment on hardcoded elements
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 committed Sep 22, 2023
1 parent ed30799 commit 4e48568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/components/acceleration/selectors/source_selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const AccelerationDataSourceSelector = ({

useEffect(() => {
setDataConnections([
// TODO: remove hardcoded responses
{
label: 'spark1',
},
Expand All @@ -40,6 +41,7 @@ export const AccelerationDataSourceSelector = ({
useEffect(() => {
if (accelerationFormData.dataSource !== '') {
setTables([
// TODO: remove hardcoded responses
{
label: 'Table1',
},
Expand Down

0 comments on commit 4e48568

Please sign in to comment.