Fix: Device Model Cast Error
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Disco.Web.Areas.Config.Models.DeviceModel
|
|||||||
Model = dm.Model,
|
Model = dm.Model,
|
||||||
ModelType = dm.ModelType,
|
ModelType = dm.ModelType,
|
||||||
DeviceCount = dm.Devices.Count
|
DeviceCount = dm.Devices.Count
|
||||||
}).Cast<ConfigDeviceModelIndexModelItem>().ToList();
|
}).ToArray().Cast<ConfigDeviceModelIndexModelItem>().ToList();
|
||||||
|
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user