Skip to content

Commit

Permalink
Fix render type
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 5, 2024
1 parent 995cf6f commit 447a616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2cgeoform/views/abstract_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
attr: Optional[str] = None,
key: Optional[str] = None,
label: Optional[str] = None,
renderer: Optional[Callable[[T], JSONDict]] = None,
renderer: Optional[Callable[[T], JSON]] = None,
sort_column: Optional[sqlalchemy.sql.elements.ColumnElement[Any]] = None,
filter_column: Optional[sqlalchemy.sql.elements.ColumnElement[Any]] = None,
visible: bool = True,
Expand Down

0 comments on commit 447a616

Please sign in to comment.