Skip to content

Commit

Permalink
fix: removed differentEncounter from temporal constraints - Ref gesti…
Browse files Browse the repository at this point in the history
…on-de-projet#1286

* fix: removed differentEncounter from temporal constraints - Ref gestion-de-projet#1286

* chore: upgrade release version 2.21.2 => 2.21.3 ref gestion-de-projet#1286

---------

Co-authored-by: Salah-BOUYAHIA <salah.bouyahia-ext@aphp.fr>
  • Loading branch information
ManelleG and Mehdi-BOUYAHIA authored Apr 19, 2023
1 parent 50aa5da commit 72b1cdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cohort360_react",
"version": "2.21.2",
"version": "2.21.3",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ const TemporalConstraint: React.FC<{
row
value={radioValues}
onChange={(e: any) => onChangeValue(e.target.value)}
style={{ margin: '1em', justifyContent: 'space-between' }}
style={{ margin: '1em', justifyContent: 'space-around' }}
>
<FormControlLabel value="none" control={<Radio />} label="Aucune contrainte sur les séjours" />
<FormControlLabel
value="sameEncounter"
control={<Radio />}
label="Tous les critères ont lieu au cours du même séjour"
/>
<FormControlLabel
{/* <FormControlLabel
value="differentEncounter"
control={<Radio />}
label="Tous les critères ont lieu au cours de séjours différents"
/>
/> */}
</RadioGroup>
</Grid>
<Grid>
Expand Down

0 comments on commit 72b1cdb

Please sign in to comment.