Skip to content

Commit

Permalink
qa feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
NenoR96 committed Jul 3, 2023
1 parent 34be7a4 commit 32857d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
}

if (result && result.data && !angular.equals({}, result.data) && result.id) {
if(!result.data.design) result.data.design = $scope.data.design;
$scope.data = result.data;
$scope.id = result.id;
if($scope.data.content && $scope.data.content.carouselImages)
Expand Down

0 comments on commit 32857d7

Please sign in to comment.