We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5887e commit 05d8e6dCopy full SHA for 05d8e6d
libs/chatmark/form.py
@@ -15,7 +15,7 @@ def __init__(
15
components: List[Union[Widget, str]],
16
title: Optional[str] = None,
17
submit_button_name: Optional[str] = None,
18
- cancel_button_name: Optional[str] = None
+ cancel_button_name: Optional[str] = None,
19
):
20
"""
21
components: components in the form, can be widgets (except Button) or strings
@@ -37,6 +37,7 @@ def components(self) -> List[Union[Widget, str]]:
37
38
Return the components
39
40
+
41
return self._components
42
43
def _in_chatmark(self) -> str:
0 commit comments