refactor: Add ListableInputMixin to HandleInput class
This commit is contained in:
parent
6f7efd01f2
commit
4df46bf9de
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ from .input_mixin import (
|
|||
)
|
||||
|
||||
|
||||
class HandleInput(BaseInputMixin):
|
||||
class HandleInput(BaseInputMixin, ListableInputMixin):
|
||||
input_types: list[str] = Field(default_factory=list)
|
||||
field_type: Optional[str] = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue