Skip to content

Commit

Permalink
add todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
elewis2 committed May 1, 2024
1 parent 08efbd4 commit 482e277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/VariantForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ const VariantForm = ({
<FieldGroup
disabled={false}
model={{
// TODO why did this fix the problem when the types should be the same?
properties: {
type: schemaDefn.getProperty('PositionalVariant', 'type'),
zygosity: schemaDefn.getProperty('PositionalVariant', 'zygosity'),
Expand Down

0 comments on commit 482e277

Please sign in to comment.