Skip to content

Commit

Permalink
#1802 fix observables list reload
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and rriclet committed Feb 23, 2021
1 parent 847809d commit 2142286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/app/scripts/controllers/case/CaseObservablesCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
$scope.artifacts = new PaginatedQuerySrv({
name: 'observables',
root: $scope.caseId,
objectType: 'obserable',
objectType: 'observable',
streamObjectType: 'case_artifact',
version: 'v1',
scope: $scope,
sort: $scope.filtering.context.sort,
Expand Down

0 comments on commit 2142286

Please sign in to comment.