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