Skip to content

Commit

Permalink
feat: remove names variables in query - Ref: gestion-de-projet#2006
Browse files Browse the repository at this point in the history
  • Loading branch information
itsEAF authored Jul 28, 2023
1 parent 4dd28a8 commit 43fa6b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/CreationCohort/DataList_Criteria.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ import { ODD_BIOLOGY, ODD_MEDICATION } from '../../constants'
// ├── Physiologie

const criteriaList: CriteriaItemType[] = [
{
id: 'mes_variables',
title: 'Mes variables',
color: '#808080',
disabled: true,
data: null,
components: null
},
{
id: 'Request',
title: 'Mes requêtes',
Expand Down

0 comments on commit 43fa6b3

Please sign in to comment.