Fixes: U4-5742 Grid "thumbnail" property for media
This commit is contained in:
@@ -14,8 +14,7 @@ angular.module("umbraco")
|
||||
$scope.control.value = {
|
||||
focalPoint: data.focalPoint,
|
||||
id: data.id,
|
||||
image: data.image,
|
||||
thumbnail: data.thumbnail
|
||||
image: data.image
|
||||
};
|
||||
|
||||
$scope.setUrl();
|
||||
|
||||
Reference in New Issue
Block a user