Skip to content

Commit

Permalink
fix(csv upload): add autocomplete label
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 committed Aug 1, 2023
1 parent 0ccb034 commit 529a0e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ const ConfigureColumnMappingDialog: React.FC<ConfigureColumnMappingDialogProps>
variant="outlined"
error={fieldError !== undefined}
helperText={fieldError?.message}
label="Remap To"
/>
)}
/>
Expand Down

0 comments on commit 529a0e4

Please sign in to comment.