Skip to content

Commit

Permalink
Allow selection of single restrictions in expression
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Sep 7, 2022
1 parent f6a6f79 commit 8ece61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EntityEditor/EntityForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
:help-text="t('entityEditor.formulaHelp')"
:organisation-id="organisationId"
:repository-id="repositoryId"
:entity-types="[EntityType.SinglePhenotype, EntityType.CompositePhenotype, EntityType.CompositeRestriction]"
:entity-types="[EntityType.CompositePhenotype, EntityType.CompositeRestriction, EntityType.SinglePhenotype, EntityType.SingleRestriction]"
function-type="math"
@entity-clicked="$emit('entityClicked', $event)"
@update:model-value="$emit('update:expression', $event)"
Expand Down

0 comments on commit 8ece61d

Please sign in to comment.