[email protected] commited on
Commit
c903397
·
1 Parent(s): 79e942d

feat: add option "100+" to tranche_effectif selectbox in config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +1 -1
config.yaml CHANGED
@@ -103,7 +103,7 @@ variables:
103
  - label: "Tranche effectif"
104
  nature: 'selectbox'
105
  key: tranche_effectif
106
- options: ["1-5", "6-10", "11-20", "21-50", "51-100"]
107
 
108
  - name: "Type de projet"
109
  number: 2
 
103
  - label: "Tranche effectif"
104
  nature: 'selectbox'
105
  key: tranche_effectif
106
+ options: ["1-5", "6-10", "11-20", "21-50", "51-100", "100+"]
107
 
108
  - name: "Type de projet"
109
  number: 2