Skip to content

Commit

Permalink
feat: new version of requestion json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Apr 16, 2024
1 parent 9556300 commit 2d3bbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const CriteriaRightPanel: React.FC<CriteriaRightPanelProps> = (props) => {
}

useEffect(() => {
if (selectedCriteria) {
if (selectedCriteria && open) {
const searchChild = (_criteria: CriteriaItemType[] | null): CriteriaItemType | null => {
if (!_criteria) return null

Expand Down
2 changes: 1 addition & 1 deletion src/utils/cohortCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import {
import { pregnancyForm } from 'data/pregnancyData'
import { hospitForm } from 'data/hospitData'

const REQUETEUR_VERSION = 'v1.4.0'
const REQUETEUR_VERSION = 'v1.4.4'

const IPP_LIST_FHIR = 'identifier.value'

Expand Down

0 comments on commit 2d3bbdc

Please sign in to comment.