Skip to content

Commit

Permalink
Update blitz/ui/components/buttons/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrochar authored Mar 3, 2024
1 parent 1304062 commit a4a09a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions blitz/ui/components/buttons/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ def __init__(
self.icon = icon
super().__init__(props=props, classes=classes, **kwargs)

# def bind_enabled_from(
# self,
# target_object: Any,
# target_name: str = 'enabled',
# backward: Callable[..., Any] = lambda x: x
# ) -> NGButton:
# return self.ng.bind_enabled_from(target_object, target_name, backward)

def render(self) -> None:
self.ng: NGButton = (
Expand Down

0 comments on commit a4a09a4

Please sign in to comment.