mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +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
	 Seyi Adebajo
						Seyi Adebajo