Skip to content

Commit

Permalink
zauberzeug#308 remove obsolete prop
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Feb 10, 2023
1 parent 06e7967 commit d0a27da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nicegui/page_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def __init__(self,
'''
with globals.get_client().layout:
super().__init__(tag='q-drawer', value=value, on_value_change=None)
self._props['show-if-above'] = True
self._props['side'] = side
self._props['bordered'] = bordered
self._props['elevated'] = elevated
Expand Down

0 comments on commit d0a27da

Please sign in to comment.