diff --git a/frontend/client/src/views/record/search.js b/frontend/client/src/views/record/search.js index 36cd42f22b..6051d79ae9 100644 --- a/frontend/client/src/views/record/search.js +++ b/frontend/client/src/views/record/search.js @@ -83,7 +83,7 @@ Espo.define('Views.Record.Search', 'View', function (Dep) { }, this); if (this.getMetadata().get('scopes.' + this.scope + '.stream')) { - this.presetFilterList.unshift('followed'); + this.boolFilterList.push('followed'); } this.loadSearchData();