Skip to content

Commit

Permalink
#1666 Fix the responder error message display
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Nov 18, 2020
1 parent 515c75e commit 6a25635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/scripts/directives/responder-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
templateUrl: 'views/directives/responder-actions.html',
controller: function($scope, $uibModal) {

$scope.$watch('actions', function(list) {
$scope.$watchCollection('actions.values', function(list) {
if(!list) {
return;
}
Expand Down

0 comments on commit 6a25635

Please sign in to comment.