diff --git a/src/app/calculators/pab/pab.config.json b/src/app/calculators/pab/pab.config.json index 197b72eba4a53389c2b78b4f162a6af9da33d361..d477bc7af1a31bac68cacae5b905ff559617395e 100644 --- a/src/app/calculators/pab/pab.config.json +++ b/src/app/calculators/pab/pab.config.json @@ -8,7 +8,6 @@ { "type": "input", "id": "Q", - "symbol": "Q", "unit": "m³/s" }, { @@ -19,12 +18,13 @@ { "type": "input", "id": "Z2", - "unit": "m" + "unit": "m", + "option": "var" } ] }, { - "id": "tableau_de_la_mort", + "id": "tableau_entree_pab", "type": "pab_table" } ]