Skip to content

Commit

Permalink
Merge pull request #53 from DNNCommunity/main
Browse files Browse the repository at this point in the history
Merge `main` into `develop` to try and resolve gitversion issues
  • Loading branch information
david-poindexter authored Feb 5, 2024
2 parents 2c732b4 + ab0c913 commit 52ac752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/user-activity/user-activity-list.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dnnCommunityMetrics.controller('userActivityListController', ['$scope', '$q', '$uibModal', '$uibModalInstance', 'toastr', 'activityService', 'userActivityService', function ($scope, $q, $uibModal, $uibModalInstance, toastr, activityService, userActivityService) {
dnnCommunityMetrics.controller('userActivityListController', ['$scope', '$q', '$uibModal', '$uibModalInstance', 'toastr', 'activityService', 'userActivityService', function ($scope, $q, $uibModal, $uibModalInstance, toastr, activityService, userActivityService) {

$scope.close = function () {
$uibModalInstance.dismiss('cancel');
Expand Down

0 comments on commit 52ac752

Please sign in to comment.