Fixes string to int conversion error

This commit is contained in:
Robert
2019-01-11 15:15:59 +01:00
parent ca75b2f4d3
commit 29390a3624

View File

@@ -15,6 +15,6 @@ namespace Umbraco.Web.PropertyEditors
public string StartNodeQuery {get;set;}
[JsonProperty("id")]
public int? StartNodeId {get;set;}
public string StartNodeId {get;set;}
}
}