Skip to content

Commit aab8b0a

Browse files
committed
Fix kwargs passed twice issue
1 parent f3c9bd8 commit aab8b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg-py/src/querychat/_querychat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def sidebar(
157157
158158
"""
159159
return ui.sidebar(
160-
self.ui(**kwargs),
160+
self.ui(),
161161
width=width,
162162
height=height,
163163
class_="querychat-sidebar",

0 commit comments

Comments
 (0)