Skip to content

Commit ae86952

Browse files
authored
fix: add missing parenthesis (#1058)
1 parent 4bef69c commit ae86952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/client/models/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class Modal(ComponentMixin):
243243
"""
244244

245245
custom_id: str = field()
246-
title: str = field
246+
title: str = field()
247247
components: List[Component] = field(converter=convert_list(Component))
248248

249249
def __attrs_post_init__(self):

0 commit comments

Comments
 (0)