Skip to content

Commit

Permalink
computed property dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jul 25, 2023
1 parent 6de5287 commit 20ce160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/controllers/jobs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export default class IndexController extends Controller.extend(
});
}

@computed('sortProperty', 'searchTerm')
@computed('searchTerm', 'sortDescending', 'sortProperty')
get unsortedSearchState() {
return (
this.sortProperty === DEFAULT_SORT_PROPERTY &&
Expand Down

0 comments on commit 20ce160

Please sign in to comment.