mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-28 17:33:04 +00:00
removes suggested values from list of required fields in compliance component
This commit is contained in:
parent
2509b1ce77
commit
13621d49bd
@ -840,7 +840,7 @@ export default class DatasetCompliance extends Component {
|
||||
const changeSetFilter = (<TagFilterCallback>{
|
||||
[TagFilter.showAll]: identity,
|
||||
[TagFilter.showReview]: tagsRequiringReview(complianceDataTypes, {
|
||||
checkSuggestions: true,
|
||||
checkSuggestions: false,
|
||||
suggestionConfidenceThreshold
|
||||
}),
|
||||
[TagFilter.showSuggested]: arrayFilter((tag: IComplianceChangeSet) =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user