mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-10 16:32:26 +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>{
|
const changeSetFilter = (<TagFilterCallback>{
|
||||||
[TagFilter.showAll]: identity,
|
[TagFilter.showAll]: identity,
|
||||||
[TagFilter.showReview]: tagsRequiringReview(complianceDataTypes, {
|
[TagFilter.showReview]: tagsRequiringReview(complianceDataTypes, {
|
||||||
checkSuggestions: true,
|
checkSuggestions: false,
|
||||||
suggestionConfidenceThreshold
|
suggestionConfidenceThreshold
|
||||||
}),
|
}),
|
||||||
[TagFilter.showSuggested]: arrayFilter((tag: IComplianceChangeSet) =>
|
[TagFilter.showSuggested]: arrayFilter((tag: IComplianceChangeSet) =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user