Skip to content

Commit

Permalink
#1218 Allow importing alerts when previewing from search page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 15, 2020
1 parent 2baee51 commit 772d387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/scripts/controllers/SearchCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
templates: function() {
return CaseTemplateSrv.list();
},
readonly: true,
readonly: false,
isAdmin: false
}
}).result.then(function(/*response*/) {
Expand Down

0 comments on commit 772d387

Please sign in to comment.