| 
					
				 | 
			
			
				@@ -119,10 +119,10 @@ export const createFieldSchema = ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'x-decorator': 'FormItem', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'x-component': DataSourceSetter 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          // 'x-reactions': { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //   'x-decorator': 'FormItem', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //   'x-component': ReactionsSetter 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          // }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          'x-reactions': { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            'x-decorator': 'FormItem', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            'x-component': ReactionsSetter 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           'x-validator': { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             type: 'array', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'x-component': ValidatorSetter 
			 |