diff --git a/services/web/public/coffee/ide/history/controllers/HistoryDiffController.coffee b/services/web/public/coffee/ide/history/controllers/HistoryDiffController.coffee index a38f36534f..544f262d75 100644 --- a/services/web/public/coffee/ide/history/controllers/HistoryDiffController.coffee +++ b/services/web/public/coffee/ide/history/controllers/HistoryDiffController.coffee @@ -10,7 +10,8 @@ define [ $scope.history.diff.doc ) .then (response) -> - $scope.history.diff.restoredDocNewId = response.doc_id + { data } = response + $scope.history.diff.restoredDocNewId = data.doc_id $scope.history.diff.restoreInProgress = false $scope.history.diff.restoreDeletedSuccess = true