Fixed up how tabs are loading to work with async data and am now displaying real data !
This commit is contained in:
@@ -9,6 +9,9 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
[DataContract(Name = "tab", Namespace = "")]
|
||||
public class Tab<T>
|
||||
{
|
||||
[DataMember(Name = "id")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[DataMember(Name = "label")]
|
||||
public string Label { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user