Verified Commit dc6f6f13 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into 600-dev-wip-graphql-errors

parents f091921c 179fdf99
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.6.9.9.9.4.4", "version": "0.0.6.9.9.9.4.8",
"scripts": { "scripts": {
"generate-purs-packages-nix": "./nix/generate-purs-packages.nix", "generate-purs-packages-nix": "./nix/generate-purs-packages.nix",
"generate-psc-packages-nix": "./nix/generate-packages-json.bash", "generate-psc-packages-nix": "./nix/generate-packages-json.bash",
......
...@@ -175,9 +175,9 @@ component = R.hooksComponent "documentFormCreation" cpt where ...@@ -175,9 +175,9 @@ component = R.hooksComponent "documentFormCreation" cpt where
H.option H.option
{ value: "Nothing" } { value: "Nothing" }
[ H.text "Nothing"] [ H.text "Nothing"]
, H.option -- , H.option
{ value: "All" } -- { value: "All" }
[ H.text "All"] -- [ H.text "All"]
] ]
] ]
] ]
......
...@@ -54,7 +54,7 @@ derive instance Generic Lang _ ...@@ -54,7 +54,7 @@ derive instance Generic Lang _
derive instance Ord Lang derive instance Ord Lang
instance Show Lang where instance Show Lang where
show Universal = "All" -- show Universal = "All"
show No_extraction = "Nothing" show No_extraction = "Nothing"
show s = genericShow s show s = genericShow s
......
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