Skip to content

Commit bf9c864

Browse files
committed
Go back to normal strings for enum values
1 parent dbc576f commit bf9c864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base/convert-type.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let
1414
}
1515
else if (type.name == "enum") then {
1616
type = "enum";
17-
values = map (x: { name = x; title = x; }) type.functor.payload;
17+
values = type.functor.payload;
1818
}
1919
else if (type.name == "either") then {
2020
type = "either";

0 commit comments

Comments
 (0)