Skip to content

Commit

Permalink
Rename columns
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Dec 31, 2024
1 parent 57ef83b commit 59515d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export const ColumnMappingModal: FC<ColumnMappingModalProps> = ({
<table>
<thead>
<tr>
<th className='pr-12 py-2'>Upload column</th>
<th>Input column</th>
<th className='pr-12 py-2'>Submission column</th>
<th>Column in your file</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 59515d5

Please sign in to comment.