Skip to content

Commit ffac38a

Browse files
authored
Update website/src/components/Edit/SequencesForm.tsx
1 parent ace5cb0 commit ffac38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/Edit/SequencesForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class EditableSequences {
8686
([key, value]) => ({
8787
// TODO: older entries will still have the segmentName and not the fastaHeader as a key
8888
label: key, // TODO: In future prepro will map the fastaHeader to the segment (will be added to the label)
89-
fastaHeader: maxNumberRows > 1 ? key : initialData.submissionId,
89+
fastaHeader: key,
9090
value: value,
9191
initialValue: value,
9292
key: EditableSequences.getNextKey(),

0 commit comments

Comments
 (0)