We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc576f commit bf9c864Copy full SHA for bf9c864
modules/base/convert-type.nix
@@ -14,7 +14,7 @@ let
14
}
15
else if (type.name == "enum") then {
16
type = "enum";
17
- values = map (x: { name = x; title = x; }) type.functor.payload;
+ values = type.functor.payload;
18
19
else if (type.name == "either") then {
20
type = "either";
0 commit comments