Skip to content

Commit f18ca4e

Browse files
feat: #2045 Added bl code to species selection options (#2061)
1 parent 14ba4d5 commit f18ca4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/src/components/SeedlotRegistrationSteps/ParentTreeStep/constants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export const geneticWorthDict: GeneticWorthDictType = {
226226
SS: ['gvo', 'iws'],
227227
SX: ['gvo', 'iws'],
228228
YC: ['gvo'],
229+
BL: ['gvo'],
229230
UNKNOWN: ['gvo']
230231
};
231232

frontend/src/components/SeedlotRegistrationSteps/ParentTreeStep/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ type SpeciesWithGenWorth =
9696
|'SS'
9797
|'SX'
9898
|'YC'
99+
|'BL'
99100
|'UNKNOWN';
100101

101102
export type GeneticWorthDictType = {

0 commit comments

Comments
 (0)