default values added to default.conf

This commit is contained in:
Andreas Schröpfer
2021-03-01 16:43:13 +01:00
parent 2511a2fcd3
commit 7dde4775dd

View File

@@ -119,19 +119,19 @@
"col": "B",
"field": "IndustryCode",
"type": "string",
"default": ""
"default": "Please choose"
},
{
"col": "D",
"field": "CountryCode",
"type": "string",
"default": ""
"default": "Please choose"
},
{
"col": "E",
"field": "Costs",
"type": "string",
"default": ""
"default": "0"
}
]
},
@@ -145,13 +145,13 @@
"col": "B",
"field": "CountryCode",
"type": "string",
"default": ""
"default": "Please choose"
},
{
"col": "D",
"field": "Percentage",
"type": "float64",
"default": ""
"default": "0"
}
]
},
@@ -165,7 +165,7 @@
"col": "B",
"field": "IndustryCode",
"type": "string",
"default": ""
"default": "Please choose"
},
{
"col": "C",
@@ -177,7 +177,7 @@
"col": "D",
"field": "AmountOfTotalTurnover",
"type": "int",
"default": ""
"default": "0"
}
]
}