fix: avoid deprecated component form kwarg
				
					
				
			This commit is contained in:
		
							parent
							
								
									7d6f75bb05
								
							
						
					
					
						commit
						c176d97870
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -861,7 +861,7 @@ class BatchMasterView(MasterView): | ||||||
|         if not schema: |         if not schema: | ||||||
|             schema = colander.Schema() |             schema = colander.Schema() | ||||||
| 
 | 
 | ||||||
|         kwargs['component'] = 'execute-form' |         kwargs['vue_tagname'] = 'execute-form' | ||||||
|         form = forms.Form(schema=schema, request=self.request, defaults=defaults, **kwargs) |         form = forms.Form(schema=schema, request=self.request, defaults=defaults, **kwargs) | ||||||
|         self.configure_execute_form(form) |         self.configure_execute_form(form) | ||||||
|         return form |         return form | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar