Skip to content

Commit

Permalink
remove refreshable header (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrochar authored Mar 9, 2024
1 parent 6f7a1b9 commit 5ee0027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blitz/ui/components/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def disabled(self) -> Self:
return self


class HeaderComponent(Component[ui.header], reactive=True):
class HeaderComponent(Component[ui.header]):
ThemeButton = IconButton.variant(props="fab-mini disabled")

def __init__(
Expand Down

0 comments on commit 5ee0027

Please sign in to comment.