aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-07-16 14:48:48 -0400
committermonikahedman <monika_hedman@brown.edu>2019-07-16 14:48:48 -0400
commitecbae6521dde8e7e973b8d5f4e826746ea21a665 (patch)
treed48e1a372a4350ef7af596684b4eb03a7c9282d9 /src
parentb49f13d72033ab74bfecea00889fa81c85bfd533 (diff)
fixed AGAIN
Diffstat (limited to 'src')
-rw-r--r--src/client/views/search/FilterBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/FilterBox.tsx b/src/client/views/search/FilterBox.tsx
index f28b074a7..706d1eb7f 100644
--- a/src/client/views/search/FilterBox.tsx
+++ b/src/client/views/search/FilterBox.tsx
@@ -170,7 +170,7 @@ export class FilterBox extends React.Component {
return finalQuery;
}
- get fieldFiltersApplied() { return !(this._deletedDocsStatus && this._authorFieldStatus && this._titleFieldStatus); }
+ get fieldFiltersApplied() { return !(this._authorFieldStatus && this._titleFieldStatus); }
//TODO: basically all of this
//gets all of the collections of all the docviews that are selected