This commit is contained in:
@@ -73,7 +73,7 @@ namespace AyaNova.DataList
|
|||||||
|
|
||||||
//Has a Enumtype?
|
//Has a Enumtype?
|
||||||
if (!string.IsNullOrEmpty(o.EnumType))
|
if (!string.IsNullOrEmpty(o.EnumType))
|
||||||
sb.Append($",\"et\":{o.EnumType}");
|
sb.Append($",\"et\":\"{o.EnumType}\"");
|
||||||
|
|
||||||
sb.Append("}");
|
sb.Append("}");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user