From 13621d49bd0c2284e16f30b3ed829d5e37aadc77 Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Mon, 27 Aug 2018 08:24:37 -0700 Subject: [PATCH] removes suggested values from list of required fields in compliance component --- wherehows-web/app/components/dataset-compliance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wherehows-web/app/components/dataset-compliance.ts b/wherehows-web/app/components/dataset-compliance.ts index 5e946d6827..c9e95cd099 100644 --- a/wherehows-web/app/components/dataset-compliance.ts +++ b/wherehows-web/app/components/dataset-compliance.ts @@ -840,7 +840,7 @@ export default class DatasetCompliance extends Component { const changeSetFilter = ({ [TagFilter.showAll]: identity, [TagFilter.showReview]: tagsRequiringReview(complianceDataTypes, { - checkSuggestions: true, + checkSuggestions: false, suggestionConfidenceThreshold }), [TagFilter.showSuggested]: arrayFilter((tag: IComplianceChangeSet) =>