Commit 7aabb0f9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Hiding bridgeness parameter

parent 3e420a89
......@@ -105,6 +105,7 @@ updateGraphCpt = here.component "updateGraph" cpt where
{-
, H.text "Bridgness Method : Basic is ok, Advanced in Development"
, formChoiceSafe { items: [BridgenessMethod_Basic, BridgenessMethod_Advanced]
, default: methodGraphBridgeness'
......@@ -112,7 +113,6 @@ updateGraphCpt = here.component "updateGraph" cpt where
, print: show } []
{-
, H.text "NodeType 1 ?"
, formChoiceSafe { items: [GT.CTabTerms, GT.CTabSources, GT.CTabAuthors, GT.CTabInstitutes]
, default: methodGraphNodeType1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment