Spaces:
Running
Running
[email protected]
commited on
Commit
·
a4c0e68
1
Parent(s):
ef365c3
Fix bug on date_creation default value
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -79,7 +79,7 @@ variables:
|
|
79 |
- label: "Date de création de l'entreprise"
|
80 |
nature: 'date'
|
81 |
key: date_creation
|
82 |
-
|
83 |
|
84 |
- label: "Chiffre d'affaires annuel (en €)"
|
85 |
nature: 'numeric'
|
|
|
79 |
- label: "Date de création de l'entreprise"
|
80 |
nature: 'date'
|
81 |
key: date_creation
|
82 |
+
value:
|
83 |
|
84 |
- label: "Chiffre d'affaires annuel (en €)"
|
85 |
nature: 'numeric'
|