From 974b4fc9326d8d52b635c43e72c48a9fb072fd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr> Date: Mon, 9 Jan 2023 17:00:57 +0100 Subject: [PATCH] fix: Lechapt-Calmon JSON calculator configuration: remove unused defaultMaterial field refs #589 --- src/app/calculators/lechaptcalmon/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/calculators/lechaptcalmon/config.json b/src/app/calculators/lechaptcalmon/config.json index 431552de8..610dc7f1a 100644 --- a/src/app/calculators/lechaptcalmon/config.json +++ b/src/app/calculators/lechaptcalmon/config.json @@ -2,7 +2,6 @@ { "id": "fs_materiau", "type": "fieldset", - "defaultMaterial": "UnlinedCastIronCoarseConcrete", "fields": [ { "id": "select_material", @@ -31,4 +30,4 @@ "selectIds": [ "select_material" ], "help": "hyd_en_charge/lechapt-calmon.html" } -] \ No newline at end of file +] -- GitLab